Html Css Color HEX #BADFC1 Fringy Flower

📋 copy color: '#BADFC1'

red 186 ◦ green 223 ◦ blue 193

#BADFC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BADFC1

Tints of Fringy Flower #BADFC1

RGB

 RED value IS 186 (73.05% from 255) = 30.9%

 GREEN value IS 223 (87.5% from 255) = 37.04%

 BLUE value IS 193 (75.78% from 255) = 32.06%

R = 30.9%
G = 37.04%
B = 32.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BADFC1 (or 0xBADFC1) is known color: 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

RGB 186 223 193 -
CMYK 0.17 0 0.13 0.13
HSL 131.35º 0.37% 0.8% -
HSV(B) 131.35º 0.17% 0.87% -
XYZ 56.26 67.06 60.43 -
YUV 208.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 186 223 193 0.17 0 0.13 0.13 131.35 0.37 0.8
Hex BA DF C1 11 0 D D 83 25 50
Octal 272 337 301 21 0 15 15 203 45 120
Binary 10111010 11011111 11000001 10001 0 1101 1101 10000011 100101 1010000

Color Harmonies of #BADFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFC1

Black with #BADFC1

Text Example


Text Example

White with #BADFC1

Text Example


Text Example

HTML Codes & Css Web 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>