#BDE4EE

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

Shades of Onahau #BDE4EE

Tints of Onahau #BDE4EE

Color information

#BDE4EE (or 0xBDE4EE) is unknown color: approx Onahau. HEX triplet: BD, E4 and EE. RGB value is (189,228,238). Sum of RGB (Red+Green+Blue) = 189+228+238=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4EE is #421B11. Grayscale: #D9D9D9. Windows color (decimal): -4332306 or 15656125. OLE color: 15656125.

HSL color Cylindrical-coordinate representation of color #BDE4EE: hue angle of 192.24º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE4EE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189228238-
CMYK0.210.0400.07
HSL192.24º59.04%83.73%-
HSV(B)192.24º20.59%93.33%-
XYZ64.1672.4891.5-
YUV217.48139.58107.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=28.85%
G=34.81%
B=36.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892282380.210.0400.07192.2459.0483.73
HexBDE4EE15407c03b54
Octal2753443562540730073124
Binary101111011110010011101110101011000111110000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4EE; }

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

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

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

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

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

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

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

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