#BADEEA

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

Shades of Onahau #BADEEA

Tints of Onahau #BADEEA

Color information

#BADEEA (or 0xBADEEA) is unknown color: approx Onahau. HEX triplet: BA, DE and EA. RGB value is (186,222,234). Sum of RGB (Red+Green+Blue) = 186+222+234=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEEA is #452115. Grayscale: #D4D4D4. Windows color (decimal): -4530454 or 15392442. OLE color: 15392442.

HSL color Cylindrical-coordinate representation of color #BADEEA: hue angle of 195º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADEEA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186222234-
CMYK0.210.0500.08
HSL195º53.33%82.35%-
HSV(B)195º20.51%91.76%-
XYZ61.2268.6287.86-
YUV212.6140.07109.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=28.97%
G=34.58%
B=36.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862222340.210.0500.0819553.3382.35
HexBADEEA15508c33552
Octal27233635225501030365122
Binary1011101011011110111010101010110101000110000111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEEA; }

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

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

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

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

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

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

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

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