#BEDEE6

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

Shades of Onahau #BEDEE6

Tints of Onahau #BEDEE6

Color information

#BEDEE6 (or 0xBEDEE6) is unknown color: approx Onahau. HEX triplet: BE, DE and E6. RGB value is (190,222,230). Sum of RGB (Red+Green+Blue) = 190+222+230=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEE6 is #412119. Grayscale: #D5D5D5. Windows color (decimal): -4268314 or 15130302. OLE color: 15130302.

HSL color Cylindrical-coordinate representation of color #BEDEE6: hue angle of 192º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDEE6 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190222230-
CMYK0.170.0300.10
HSL192º44.44%82.35%-
HSV(B)192º17.39%90.2%-
XYZ61.6468.984.91-
YUV213.34137.4111.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=29.60%
G=34.58%
B=35.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902222300.170.0300.1019244.4482.35
HexBEDEE61130Ac02c52
Octal27633634621301230054122
Binary101111101101111011100110100011101010110000001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEE6; }

 p { color: rgb(190,222,230); }

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

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

 a { background-color: rgb(190,222,230); }

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

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

 span { border-color: rgb(190,222,230); }

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