#BDE9E9

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

Shades of Onahau #BDE9E9

Tints of Onahau #BDE9E9

Color information

#BDE9E9 (or 0xBDE9E9) is unknown color: approx Onahau. HEX triplet: BD, E9 and E9. RGB value is (189,233,233). Sum of RGB (Red+Green+Blue) = 189+233+233=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #BDE9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9E9 is #421616. Grayscale: #DBDBDB. Windows color (decimal): -4331031 or 15329725. OLE color: 15329725.

HSL color Cylindrical-coordinate representation of color #BDE9E9: hue angle of 180º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9E9 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189233233-
CMYK0.19000.09
HSL180º50%82.75%-
HSV(B)180º18.88%91.37%-
XYZ64.8374.9888.15-
YUV219.84135.42106-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=28.85%
G=35.57%
B=35.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892332330.19000.091805082.75
HexBDE9E913009b43253
Octal27535135123001126462123
Binary10111101111010011110100110011001001101101001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9E9; }

 p { color: rgb(189,233,233); }

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

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

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

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

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

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

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