#BDE8EE

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

Shades of Onahau #BDE8EE

Tints of Onahau #BDE8EE

Color information

#BDE8EE (or 0xBDE8EE) is unknown color: approx Onahau. HEX triplet: BD, E8 and EE. RGB value is (189,232,238). Sum of RGB (Red+Green+Blue) = 189+232+238=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8EE is #421711. Grayscale: #DBDBDB. Windows color (decimal): -4331282 or 15657149. OLE color: 15657149.

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

Color convert

RGB189232238-
CMYK0.210.0300.07
HSL187.35º59.04%83.73%-
HSV(B)187.35º20.59%93.33%-
XYZ65.2874.7191.87-
YUV219.83138.25106.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 232 (91.02% from 255) = 35.20%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=28.68%
G=35.20%
B=36.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892322380.210.0300.07187.3559.0483.73
HexBDE8EE15307bb3b54
Octal2753503562530727373124
Binary10111101111010001110111010101110111101110111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8EE; }

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

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

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

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

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

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

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

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