#BADFEA

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

Shades of Onahau #BADFEA

Tints of Onahau #BADFEA

Color information

#BADFEA (or 0xBADFEA) is unknown color: approx Onahau. HEX triplet: BA, DF and EA. RGB value is (186,223,234). Sum of RGB (Red+Green+Blue) = 186+223+234=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFEA is #452015. Grayscale: #D5D5D5. Windows color (decimal): -4530198 or 15392698. OLE color: 15392698.

HSL color Cylindrical-coordinate representation of color #BADFEA: hue angle of 193.75º 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 #BADFEA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186223234-
CMYK0.210.0500.08
HSL193.75º53.33%82.35%-
HSV(B)193.75º20.51%91.76%-
XYZ61.4969.1587.95-
YUV213.19139.74108.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=28.93%
G=34.68%
B=36.39%

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
Decimal1862232340.210.0500.08193.7553.3382.35
HexBADFEA15508c23552
Octal27233735225501030265122
Binary1011101011011111111010101010110101000110000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFEA; }

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

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

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

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

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

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

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

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