Html Css Color HEX #BADFC2 Fringy Flower

📋 copy color: '#BADFC2'

red 186 ◦ green 223 ◦ blue 194

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

Shades of Fringy Flower #BADFC2

Tints of Fringy Flower #BADFC2

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 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

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

RGB 186 223 194 -
CMYK 0.17 0 0.13 0.13
HSL 132.97º 0.37% 0.8% -
HSV(B) 132.97º 0.17% 0.87% -
XYZ 56.37 67.11 61.02 -
YUV 208.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 186 223 194 0.17 0 0.13 0.13 132.97 0.37 0.8
Hex BA DF C2 11 0 D D 85 25 50
Octal 272 337 302 21 0 15 15 205 45 120
Binary 10111010 11011111 11000010 10001 0 1101 1101 10000101 100101 1010000

Color Harmonies of #BADFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFC2

Black with #BADFC2

Text Example


Text Example

White with #BADFC2

Text Example


Text Example

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