#BDE5ED

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

Shades of Onahau #BDE5ED

Tints of Onahau #BDE5ED

Color information

#BDE5ED (or 0xBDE5ED) is unknown color: approx Onahau. HEX triplet: BD, E5 and ED. RGB value is (189,229,237). Sum of RGB (Red+Green+Blue) = 189+229+237=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5ED is #421A12. Grayscale: #D9D9D9. Windows color (decimal): -4332051 or 15590845. OLE color: 15590845.

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

Color convert

RGB189229237-
CMYK0.200.0300.07
HSL190º57.14%83.53%-
HSV(B)190º20.25%92.94%-
XYZ64.2972.9790.82-
YUV217.95138.75107.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=28.85%
G=34.96%
B=36.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892292370.200.0300.0719057.1483.53
HexBDE5ED14307be3954
Octal2753453552430727671124
Binary10111101111001011110110110100110111101111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5ED; }

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

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

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

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

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

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

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

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