Html Css Color HEX #B2FBBF Fringy Flower

📋 copy color: '#B2FBBF'

red 178 ◦ green 251 ◦ blue 191

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

Shades of Fringy Flower #B2FBBF

Tints of Fringy Flower #B2FBBF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.48%

 BLUE value IS 191 (75% from 255) = 30.81%

R = 28.71%
G = 40.48%
B = 30.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#B2FBBF (or 0xB2FBBF) is known color: Fringy Flower. HEX triplet: B2, FB and BF. RGB value is (178,251,191). Sum of RGB (Red+Green+Blue) = 178+251+191=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBBF is #4D0440. Grayscale: #DEDEDE. Windows color (decimal): -5047361 or 12581810. OLE color: 12581810.

HSL color Cylindrical-coordinate representation of color #B2FBBF: hue angle of 130.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBBF is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 251 191 -
CMYK 0.29 0 0.24 0.02
HSL 130.68º 0.9% 0.84% -
HSV(B) 130.68º 0.29% 0.98% -
XYZ 62.26 82.22 61.88 -
YUV 222.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 178 251 191 0.29 0 0.24 0.02 130.68 0.9 0.84
Hex B2 FB BF 1D 0 18 2 83 5A 54
Octal 262 373 277 35 0 30 2 203 132 124
Binary 10110010 11111011 10111111 11101 0 11000 10 10000011 1011010 1010100

Color Harmonies of #B2FBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBBF

Black with #B2FBBF

Text Example


Text Example

White with #B2FBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBBF; }

 p { color: rgb(178,251,191); }

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

background-color css

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

 a { background-color: rgb(178,251,191); }

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

border-color css

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

 span { border-color: rgb(178,251,191); }

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