#BADFE8

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

Shades of Onahau #BADFE8

Tints of Onahau #BADFE8

Color information

#BADFE8 (or 0xBADFE8) is unknown color: approx Onahau. HEX triplet: BA, DF and E8. RGB value is (186,223,232). Sum of RGB (Red+Green+Blue) = 186+223+232=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #BADFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFE8 is #452017. Grayscale: #D4D4D4. Windows color (decimal): -4530200 or 15261626. OLE color: 15261626.

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

Color convert

RGB186223232-
CMYK0.200.0400.09
HSL191.74º50%81.96%-
HSV(B)191.74º19.83%90.98%-
XYZ61.269.0486.44-
YUV212.96138.74108.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=29.02%
G=34.79%
B=36.19%

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
Decimal1862232320.200.0400.09191.745081.96
HexBADFE814409c03252
Octal27233735024401130062122
Binary1011101011011111111010001010010001001110000001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFE8; }

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

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

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

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

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

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

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

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