#BADEE8

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

Shades of Onahau #BADEE8

Tints of Onahau #BADEE8

Color information

#BADEE8 (or 0xBADEE8) is unknown color: approx Onahau. HEX triplet: BA, DE and E8. RGB value is (186,222,232). Sum of RGB (Red+Green+Blue) = 186+222+232=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #BADEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE8 is #452117. Grayscale: #D4D4D4. Windows color (decimal): -4530456 or 15261370. OLE color: 15261370.

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

Color convert

RGB186222232-
CMYK0.200.0400.09
HSL193.04º50%81.96%-
HSV(B)193.04º19.83%90.98%-
XYZ60.9468.5186.36-
YUV212.38139.07109.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=29.06%
G=34.69%
B=36.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862222320.200.0400.09193.045081.96
HexBADEE814409c13252
Octal27233635024401130162122
Binary1011101011011110111010001010010001001110000011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE8; }

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

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

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

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

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

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

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

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