#BDDCE8

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

Shades of Onahau #BDDCE8

Tints of Onahau #BDDCE8

Color information

#BDDCE8 (or 0xBDDCE8) is unknown color: approx Onahau. HEX triplet: BD, DC and E8. RGB value is (189,220,232). Sum of RGB (Red+Green+Blue) = 189+220+232=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCE8 is #422317. Grayscale: #D4D4D4. Windows color (decimal): -4334360 or 15260861. OLE color: 15260861.

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

Color convert

RGB189220232-
CMYK0.190.0500.09
HSL196.74º48.31%82.55%-
HSV(B)196.74º18.53%90.98%-
XYZ61.1467.8386.21-
YUV212.1139.23111.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=29.49%
G=34.32%
B=36.19%

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
Decimal1892202320.190.0500.09196.7448.3182.55
HexBDDCE813509c53053
Octal27533435023501130560123
Binary1011110111011100111010001001110101001110001011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCE8; }

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

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

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

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

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

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

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

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