#BADFC2

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

Shades of Fringy Flower #BADFC2

Tints of Fringy Flower #BADFC2

Color information

#BADFC2 (or 0xBADFC2) is unknown color: approx Fringy Flower. HEX triplet: BA, DF and C2. RGB value is (186,223,194). Sum of RGB (Red+Green+Blue) = 186+223+194=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC2 is #45203D. Grayscale: #D0D0D0. Windows color (decimal): -4530238 or 12771258. OLE color: 12771258.

HSL color Cylindrical-coordinate representation of color #BADFC2: hue angle of 132.97º 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 #BADFC2 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB186223194-
CMYK0.1700.130.13
HSL132.97º36.63%80.2%-
HSV(B)132.97º16.59%87.45%-
XYZ56.3767.1161.02-
YUV208.63119.74111.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 194 (76.17% from 255) = 32.17%
R=30.85%
G=36.98%
B=32.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231940.1700.130.13132.9736.6380.2
HexBADFC2110DD852550
Octal272337302210151520545120
Binary10111010110111111100001010001011011101100001011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFC2; }

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

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

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

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

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

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

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

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