#BEDBF0

Color #BEDBF0 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #BEDBF0

Tints of Pattens Blue #BEDBF0

Color information

#BEDBF0 (or 0xBEDBF0) is unknown color: approx Pattens Blue. HEX triplet: BE, DB and F0. RGB value is (190,219,240). Sum of RGB (Red+Green+Blue) = 190+219+240=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBF0 is #41240F. Grayscale: #D4D4D4. Windows color (decimal): -4269072 or 15784894. OLE color: 15784894.

HSL color Cylindrical-coordinate representation of color #BEDBF0: hue angle of 205.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDBF0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190219240-
CMYK0.210.0900.06
HSL205.2º62.5%84.31%-
HSV(B)205.2º20.83%94.12%-
XYZ62.2967.992.26-
YUV212.72143.39111.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=29.28%
G=33.74%
B=36.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902192400.210.0900.06205.262.584.31
HexBEDBF015906cd3e54
Octal27633336025110631576124
Binary1011111011011011111100001010110010110110011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBF0; }

 p { color: rgb(190,219,240); }

 H1.HeaderClassName
 {
   color: #BEDBF0;
 }
 .AnyTagClassName
 {
   color: #BEDBF0;
 }
</style>
background-color css

<style>
 a { background-color: #BEDBF0; }

 a { background-color: rgb(190,219,240); }

 div.DivClassName
 {
   background-color: #BEDBF0;
 }
 .BgClassName
 {
   background-color: #BEDBF0;
 }
</style>
border-color css

<style>
 span { border-color: #BEDBF0; }

 span { border-color: rgb(190,219,240); }

 td.TdClassName
 {
   border-color: #BEDBF0;
 }
 .TagClassName
 {
   border-color: #BEDBF0;
 }
</style>