#BDE9EE

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

Shades of Onahau #BDE9EE

Tints of Onahau #BDE9EE

Color information

#BDE9EE (or 0xBDE9EE) is unknown color: approx Onahau. HEX triplet: BD, E9 and EE. RGB value is (189,233,238). Sum of RGB (Red+Green+Blue) = 189+233+238=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9EE is #421611. Grayscale: #DCDCDC. Windows color (decimal): -4331026 or 15657405. OLE color: 15657405.

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

Color convert

RGB189233238-
CMYK0.210.0200.07
HSL186.12º59.04%83.73%-
HSV(B)186.12º20.59%93.33%-
XYZ65.5675.2791.96-
YUV220.41137.92105.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=28.64%
G=35.30%
B=36.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892332380.210.0200.07186.1259.0483.73
HexBDE9EE15207ba3b54
Octal2753513562520727273124
Binary10111101111010011110111010101100111101110101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9EE; }

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

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

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

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

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

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

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

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