#BDE2EB

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

Shades of Onahau #BDE2EB

Tints of Onahau #BDE2EB

Color information

#BDE2EB (or 0xBDE2EB) is unknown color: approx Onahau. HEX triplet: BD, E2 and EB. RGB value is (189,226,235). Sum of RGB (Red+Green+Blue) = 189+226+235=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2EB is #421D14. Grayscale: #D7D7D7. Windows color (decimal): -4332821 or 15459005. OLE color: 15459005.

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

Color convert

RGB189226235-
CMYK0.200.0400.08
HSL191.74º53.49%83.14%-
HSV(B)191.74º19.57%92.16%-
XYZ63.1871.2189.01-
YUV215.96138.74108.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=29.08%
G=34.77%
B=36.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892262350.200.0400.08191.7453.4983.14
HexBDE2EB14408c03553
Octal27534235324401030065123
Binary1011110111100010111010111010010001000110000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2EB; }

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

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

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

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

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

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

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

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