Html Css Color HEX #B2F7C0 Fringy Flower

📋 copy color: '#B2F7C0'

red 178 ◦ green 247 ◦ blue 192

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

Shades of Fringy Flower #B2F7C0

Tints of Fringy Flower #B2F7C0

RGB

 RED value IS 178 (69.92% from 255) = 28.85%

 GREEN value IS 247 (96.88% from 255) = 40.03%

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 28.85%
G = 40.03%
B = 31.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#B2F7C0 (or 0xB2F7C0) is known color: Fringy Flower. HEX triplet: B2, F7 and C0. RGB value is (178,247,192). Sum of RGB (Red+Green+Blue) = 178+247+192=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F7C0 is #4D083F. Grayscale: #DCDCDC. Windows color (decimal): -5048384 or 12646322. OLE color: 12646322.

HSL color Cylindrical-coordinate representation of color #B2F7C0: hue angle of 132.17º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F7C0 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 247 192 -
CMYK 0.28 0 0.22 0.03
HSL 132.17º 0.81% 0.83% -
HSV(B) 132.17º 0.28% 0.97% -
XYZ 61.14 79.79 62.05 -
YUV 220.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 178 247 192 0.28 0 0.22 0.03 132.17 0.81 0.83
Hex B2 F7 C0 1C 0 16 3 84 51 53
Octal 262 367 300 34 0 26 3 204 121 123
Binary 10110010 11110111 11000000 11100 0 10110 11 10000100 1010001 1010011

Color Harmonies of #B2F7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F7C0

Black with #B2F7C0

Text Example


Text Example

White with #B2F7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F7C0; }

 p { color: rgb(178,247,192); }

 H1.HeaderClassName
 {
   color: #B2F7C0;
 }
 .AnyTagClassName
 {
   color: #B2F7C0;
 }
</style>

background-color css

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

 a { background-color: rgb(178,247,192); }

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

border-color css

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

 span { border-color: rgb(178,247,192); }

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