#BDE4E8

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

Shades of Onahau #BDE4E8

Tints of Onahau #BDE4E8

Color information

#BDE4E8 (or 0xBDE4E8) is unknown color: approx Onahau. HEX triplet: BD, E4 and E8. RGB value is (189,228,232). Sum of RGB (Red+Green+Blue) = 189+228+232=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDE4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4E8 is #421B17. Grayscale: #D8D8D8. Windows color (decimal): -4332312 or 15262909. OLE color: 15262909.

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

Color convert

RGB189228232-
CMYK0.190.0200.09
HSL185.58º48.31%82.55%-
HSV(B)185.58º18.53%90.98%-
XYZ63.372.1386.93-
YUV216.8136.58108.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=29.12%
G=35.13%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892282320.190.0200.09185.5848.3182.55
HexBDE4E813209ba3053
Octal27534435023201127260123
Binary101111011110010011101000100111001001101110101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4E8; }

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

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

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

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

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

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

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

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