#BDDDE8

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

Shades of Onahau #BDDDE8

Tints of Onahau #BDDDE8

Color information

#BDDDE8 (or 0xBDDDE8) is unknown color: approx Onahau. HEX triplet: BD, DD and E8. RGB value is (189,221,232). Sum of RGB (Red+Green+Blue) = 189+221+232=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDE8 is #422217. Grayscale: #D4D4D4. Windows color (decimal): -4334104 or 15261117. OLE color: 15261117.

HSL color Cylindrical-coordinate representation of color #BDDDE8: hue angle of 195.35º degrees, saturation: 0.48, 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 #BDDDE8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189221232-
CMYK0.190.0500.09
HSL195.35º48.31%82.55%-
HSV(B)195.35º18.53%90.98%-
XYZ61.4168.3686.3-
YUV212.69138.9111.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 232 (91.02% from 255) = 36.14%
R=29.44%
G=34.42%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892212320.190.0500.09195.3548.3182.55
HexBDDDE813509c33053
Octal27533535023501130360123
Binary1011110111011101111010001001110101001110000111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDE8; }

 p { color: rgb(189,221,232); }

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

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

 a { background-color: rgb(189,221,232); }

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

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

 span { border-color: rgb(189,221,232); }

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