#BADFC1

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

Shades of Fringy Flower #BADFC1

Tints of Fringy Flower #BADFC1

Color information

#BADFC1 (or 0xBADFC1) is unknown color: approx Fringy Flower. HEX triplet: BA, DF and C1. RGB value is (186,223,193). Sum of RGB (Red+Green+Blue) = 186+223+193=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC1 is #45203E. Grayscale: #D0D0D0. Windows color (decimal): -4530239 or 12705722. OLE color: 12705722.

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

Color convert

RGB186223193-
CMYK0.1700.130.13
HSL131.35º36.63%80.2%-
HSV(B)131.35º16.59%87.45%-
XYZ56.2667.0660.43-
YUV208.52119.24111.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 193 (75.78% from 255) = 32.06%
R=30.90%
G=37.04%
B=32.06%

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
Decimal1862231930.1700.130.13131.3536.6380.2
HexBADFC1110DD832550
Octal272337301210151520345120
Binary10111010110111111100000110001011011101100000111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFC1; }

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

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

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

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

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

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

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

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