#BADFEC

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

Shades of Onahau #BADFEC

Tints of Onahau #BADFEC

Color information

#BADFEC (or 0xBADFEC) is unknown color: approx Onahau. HEX triplet: BA, DF and EC. RGB value is (186,223,236). Sum of RGB (Red+Green+Blue) = 186+223+236=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #BADFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFEC is #452013. Grayscale: #D5D5D5. Windows color (decimal): -4530196 or 15523770. OLE color: 15523770.

HSL color Cylindrical-coordinate representation of color #BADFEC: hue angle of 195.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADFEC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186223236-
CMYK0.210.0600.07
HSL195.6º56.82%82.75%-
HSV(B)195.6º21.19%92.55%-
XYZ61.7869.2789.47-
YUV213.42140.74108.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=28.84%
G=34.57%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862232360.210.0600.07195.656.8282.75
HexBADFEC15607c43953
Octal2723373542560730471123
Binary101110101101111111101100101011100111110001001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFEC; }

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

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

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

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

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

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

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

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