#BDE1E5

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

Shades of Onahau #BDE1E5

Tints of Onahau #BDE1E5

Color information

#BDE1E5 (or 0xBDE1E5) is unknown color: approx Onahau. HEX triplet: BD, E1 and E5. RGB value is (189,225,229). Sum of RGB (Red+Green+Blue) = 189+225+229=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1E5 is #421E1A. Grayscale: #D6D6D6. Windows color (decimal): -4333083 or 15065533. OLE color: 15065533.

HSL color Cylindrical-coordinate representation of color #BDE1E5: hue angle of 186º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE1E5 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189225229-
CMYK0.170.0200.10
HSL186º43.48%81.96%-
HSV(B)186º17.47%89.8%-
XYZ62.0570.3384.43-
YUV214.69136.07109.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=29.39%
G=34.99%
B=35.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892252290.170.0200.1018643.4881.96
HexBDE1E51120Aba2b52
Octal27534134521201227253122
Binary101111011110000111100101100011001010101110101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1E5; }

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

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

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

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

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

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

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

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