#BDDFEE

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

Shades of Onahau #BDDFEE

Tints of Onahau #BDDFEE

Color information

#BDDFEE (or 0xBDDFEE) is unknown color: approx Onahau. HEX triplet: BD, DF and EE. RGB value is (189,223,238). Sum of RGB (Red+Green+Blue) = 189+223+238=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFEE is #422011. Grayscale: #D6D6D6. Windows color (decimal): -4333586 or 15654845. OLE color: 15654845.

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

Color convert

RGB189223238-
CMYK0.210.0600.07
HSL198.37º59.04%83.73%-
HSV(B)198.37º20.59%93.33%-
XYZ62.8169.7791.05-
YUV214.54141.24109.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=29.08%
G=34.31%
B=36.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892232380.210.0600.07198.3759.0483.73
HexBDDFEE15607c63b54
Octal2753373562560730673124
Binary101111011101111111101110101011100111110001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFEE; }

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

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

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

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

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

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

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

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