#BDDFE9

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

Shades of Onahau #BDDFE9

Tints of Onahau #BDDFE9

Color information

#BDDFE9 (or 0xBDDFE9) is unknown color: approx Onahau. HEX triplet: BD, DF and E9. RGB value is (189,223,233). Sum of RGB (Red+Green+Blue) = 189+223+233=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFE9 is #422016. Grayscale: #D5D5D5. Windows color (decimal): -4333591 or 15327165. OLE color: 15327165.

HSL color Cylindrical-coordinate representation of color #BDDFE9: hue angle of 193.64º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDFE9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189223233-
CMYK0.190.0400.09
HSL193.64º50%82.75%-
HSV(B)193.64º18.88%91.37%-
XYZ62.0869.4887.23-
YUV213.97138.74110.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=29.30%
G=34.57%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892232330.190.0400.09193.645082.75
HexBDDFE913409c23253
Octal27533735123401130262123
Binary1011110111011111111010011001110001001110000101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFE9; }

 p { color: rgb(189,223,233); }

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

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

 a { background-color: rgb(189,223,233); }

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

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

 span { border-color: rgb(189,223,233); }

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