#BDE1E8

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

Shades of Onahau #BDE1E8

Tints of Onahau #BDE1E8

Color information

#BDE1E8 (or 0xBDE1E8) is unknown color: approx Onahau. HEX triplet: BD, E1 and E8. RGB value is (189,225,232). Sum of RGB (Red+Green+Blue) = 189+225+232=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDE1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1E8 is #421E17. Grayscale: #D6D6D6. Windows color (decimal): -4333080 or 15262141. OLE color: 15262141.

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

Color convert

RGB189225232-
CMYK0.190.0300.09
HSL189.77º48.31%82.55%-
HSV(B)189.77º18.53%90.98%-
XYZ62.4870.586.66-
YUV215.03137.57109.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 232 (91.02% from 255) = 35.91%
R=29.26%
G=34.83%
B=35.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892252320.190.0300.09189.7748.3182.55
HexBDE1E813309be3053
Octal27534135023301127660123
Binary101111011110000111101000100111101001101111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1E8; }

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

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

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

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

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

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

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

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