#BADFC0

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

Shades of Fringy Flower #BADFC0

Tints of Fringy Flower #BADFC0

Color information

#BADFC0 (or 0xBADFC0) is unknown color: approx Fringy Flower. HEX triplet: BA, DF and C0. RGB value is (186,223,192). Sum of RGB (Red+Green+Blue) = 186+223+192=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC0 is #45203F. Grayscale: #D0D0D0. Windows color (decimal): -4530240 or 12640186. OLE color: 12640186.

HSL color Cylindrical-coordinate representation of color #BADFC0: hue angle of 129.73º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFC0 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB186223192-
CMYK0.1700.140.13
HSL129.73º36.63%80.2%-
HSV(B)129.73º16.59%87.45%-
XYZ56.1567.0259.85-
YUV208.4118.74112.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=30.95%
G=37.10%
B=31.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231920.1700.140.13129.7336.6380.2
HexBADFC0110ED822550
Octal272337300210161520245120
Binary10111010110111111100000010001011101101100000101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFC0; }

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

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

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

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

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

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

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

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