#BADEE9

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

Shades of Onahau #BADEE9

Tints of Onahau #BADEE9

Color information

#BADEE9 (or 0xBADEE9) is unknown color: approx Onahau. HEX triplet: BA, DE and E9. RGB value is (186,222,233). Sum of RGB (Red+Green+Blue) = 186+222+233=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #BADEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE9 is #452116. Grayscale: #D4D4D4. Windows color (decimal): -4530455 or 15326906. OLE color: 15326906.

HSL color Cylindrical-coordinate representation of color #BADEE9: hue angle of 194.04º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADEE9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186222233-
CMYK0.200.0500.09
HSL194.04º51.65%82.16%-
HSV(B)194.04º20.17%91.37%-
XYZ61.0868.5687.11-
YUV212.49139.57109.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=29.02%
G=34.63%
B=36.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862222330.200.0500.09194.0451.6582.16
HexBADEE914509c23452
Octal27233635124501130264122
Binary1011101011011110111010011010010101001110000101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE9; }

 p { color: rgb(186,222,233); }

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

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

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

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

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

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

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