#BDE1EB

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

Shades of Onahau #BDE1EB

Tints of Onahau #BDE1EB

Color information

#BDE1EB (or 0xBDE1EB) is unknown color: approx Onahau. HEX triplet: BD, E1 and EB. RGB value is (189,225,235). Sum of RGB (Red+Green+Blue) = 189+225+235=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1EB is #421E14. Grayscale: #D7D7D7. Windows color (decimal): -4333077 or 15458749. OLE color: 15458749.

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

Color convert

RGB189225235-
CMYK0.200.0400.08
HSL193.04º53.49%83.14%-
HSV(B)193.04º19.57%92.16%-
XYZ62.9170.6788.92-
YUV215.38139.07109.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=29.12%
G=34.67%
B=36.21%

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
Decimal1892252350.200.0400.08193.0453.4983.14
HexBDE1EB14408c13553
Octal27534135324401030165123
Binary1011110111100001111010111010010001000110000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1EB; }

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

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

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

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

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

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

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

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