#BDE8ED

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

Shades of Onahau #BDE8ED

Tints of Onahau #BDE8ED

Color information

#BDE8ED (or 0xBDE8ED) is unknown color: approx Onahau. HEX triplet: BD, E8 and ED. RGB value is (189,232,237). Sum of RGB (Red+Green+Blue) = 189+232+237=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8ED is #421712. Grayscale: #DBDBDB. Windows color (decimal): -4331283 or 15591613. OLE color: 15591613.

HSL color Cylindrical-coordinate representation of color #BDE8ED: hue angle of 186.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE8ED is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189232237-
CMYK0.200.0200.07
HSL186.25º57.14%83.53%-
HSV(B)186.25º20.25%92.94%-
XYZ65.1374.6591.1-
YUV219.71137.75106.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 232 (91.02% from 255) = 35.26%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=28.72%
G=35.26%
B=36.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892322370.200.0200.07186.2557.1483.53
HexBDE8ED14207ba3954
Octal2753503552420727271124
Binary10111101111010001110110110100100111101110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8ED; }

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

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

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

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

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

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

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

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