Html Css Color HEX #B2FEC1 Fringy Flower

📋 copy color: '#B2FEC1'

red 178 ◦ green 254 ◦ blue 193

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

Shades of Fringy Flower #B2FEC1

Tints of Fringy Flower #B2FEC1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.64%

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

R = 28.48%
G = 40.64%
B = 30.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#B2FEC1 (or 0xB2FEC1) is known color: Fringy Flower. HEX triplet: B2, FE and C1. RGB value is (178,254,193). Sum of RGB (Red+Green+Blue) = 178+254+193=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEC1 is #4D013E. Grayscale: #E0E0E0. Windows color (decimal): -5046591 or 12713650. OLE color: 12713650.

HSL color Cylindrical-coordinate representation of color #B2FEC1: hue angle of 131.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEC1 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 193 -
CMYK 0.30 0 0.24 0.00
HSL 131.84º 0.97% 0.85% -
HSV(B) 131.84º 0.3% 1% -
XYZ 63.43 84.2 63.36 -
YUV 224.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 178 254 193 0.30 0 0.24 0.00 131.84 0.97 0.85
Hex B2 FE C1 1E 0 18 0 84 61 55
Octal 262 376 301 36 0 30 0 204 141 125
Binary 10110010 11111110 11000001 11110 0 11000 0 10000100 1100001 1010101

Color Harmonies of #B2FEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEC1

Black with #B2FEC1

Text Example


Text Example

White with #B2FEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEC1; }

 p { color: rgb(178,254,193); }

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

background-color css

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

 a { background-color: rgb(178,254,193); }

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

border-color css

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

 span { border-color: rgb(178,254,193); }

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