#BDDEE3

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

Shades of Onahau #BDDEE3

Tints of Onahau #BDDEE3

Color information

#BDDEE3 (or 0xBDDEE3) is unknown color: approx Onahau. HEX triplet: BD, DE and E3. RGB value is (189,222,227). Sum of RGB (Red+Green+Blue) = 189+222+227=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEE3 is #42211C. Grayscale: #D4D4D4. Windows color (decimal): -4333853 or 14933693. OLE color: 14933693.

HSL color Cylindrical-coordinate representation of color #BDDEE3: hue angle of 187.89º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDEE3 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189222227-
CMYK0.170.0200.11
HSL187.89º40.43%81.57%-
HSV(B)187.89º16.74%89.02%-
XYZ60.9768.6182.7-
YUV212.7136.07111.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=29.62%
G=34.80%
B=35.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892222270.170.0200.11187.8940.4381.57
HexBDDEE31120Bbc2852
Octal27533634321201327450122
Binary101111011101111011100011100011001011101111001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEE3; }

 p { color: rgb(189,222,227); }

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

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

 a { background-color: rgb(189,222,227); }

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

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

 span { border-color: rgb(189,222,227); }

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