#BDE5EB

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

Shades of Onahau #BDE5EB

Tints of Onahau #BDE5EB

Color information

#BDE5EB (or 0xBDE5EB) is unknown color: approx Onahau. HEX triplet: BD, E5 and EB. RGB value is (189,229,235). Sum of RGB (Red+Green+Blue) = 189+229+235=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5EB is #421A14. Grayscale: #D9D9D9. Windows color (decimal): -4332053 or 15459773. OLE color: 15459773.

HSL color Cylindrical-coordinate representation of color #BDE5EB: hue angle of 187.83º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE5EB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189229235-
CMYK0.200.0300.08
HSL187.83º53.49%83.14%-
HSV(B)187.83º19.57%92.16%-
XYZ6472.8689.29-
YUV217.72137.75107.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=28.94%
G=35.07%
B=35.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892292350.200.0300.08187.8353.4983.14
HexBDE5EB14308bc3553
Octal27534535324301027465123
Binary101111011110010111101011101001101000101111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5EB; }

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

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

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

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

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

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

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

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