#BDE2EA

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

Shades of Onahau #BDE2EA

Tints of Onahau #BDE2EA

Color information

#BDE2EA (or 0xBDE2EA) is unknown color: approx Onahau. HEX triplet: BD, E2 and EA. RGB value is (189,226,234). Sum of RGB (Red+Green+Blue) = 189+226+234=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2EA is #421D15. Grayscale: #D7D7D7. Windows color (decimal): -4332822 or 15393469. OLE color: 15393469.

HSL color Cylindrical-coordinate representation of color #BDE2EA: hue angle of 190.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE2EA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189226234-
CMYK0.190.0300.08
HSL190.67º51.72%82.94%-
HSV(B)190.67º19.23%91.76%-
XYZ63.0371.1588.25-
YUV215.85138.24108.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=29.12%
G=34.82%
B=36.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892262340.190.0300.08190.6751.7282.94
HexBDE2EA13308bf3453
Octal27534235223301027764123
Binary101111011110001011101010100111101000101111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2EA; }

 p { color: rgb(189,226,234); }

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

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

 a { background-color: rgb(189,226,234); }

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

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

 span { border-color: rgb(189,226,234); }

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