#BADFEF

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

Shades of Onahau #BADFEF

Tints of Onahau #BADFEF

Color information

#BADFEF (or 0xBADFEF) is unknown color: approx Onahau. HEX triplet: BA, DF and EF. RGB value is (186,223,239). Sum of RGB (Red+Green+Blue) = 186+223+239=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #BADFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFEF is #452010. Grayscale: #D5D5D5. Windows color (decimal): -4530193 or 15720378. OLE color: 15720378.

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

Color convert

RGB186223239-
CMYK0.220.0700.06
HSL198.11º62.35%83.33%-
HSV(B)198.11º22.18%93.73%-
XYZ62.2269.4591.79-
YUV213.76142.24108.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=28.70%
G=34.41%
B=36.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862232390.220.0700.06198.1162.3583.33
HexBADFEF16706c63e53
Octal2723373572670630676123
Binary101110101101111111101111101101110110110001101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFEF; }

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

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

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

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

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

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

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

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