Html Css Color HEX #B2FFB7 Fringy Flower

📋 copy color: '#B2FFB7'

red 178 ◦ green 255 ◦ blue 183

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

Shades of Fringy Flower #B2FFB7

Tints of Fringy Flower #B2FFB7

RGB

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

 GREEN value IS 255 (100% from 255) = 41.4%

 BLUE value IS 183 (71.88% from 255) = 29.71%

R = 28.9%
G = 41.4%
B = 29.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#B2FFB7 (or 0xB2FFB7) is known color: Fringy Flower. HEX triplet: B2, FF and B7. RGB value is (178,255,183). Sum of RGB (Red+Green+Blue) = 178+255+183=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFB7 is #4D0048. Grayscale: #DFDFDF. Windows color (decimal): -5046345 or 12058546. OLE color: 12058546.

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

Color convert

RGB 178 255 183 -
CMYK 0.30 0 0.28 0
HSL 123.9º 1% 0.85% -
HSV(B) 123.9º 0.3% 1% -
XYZ 62.67 84.4 57.79 -
YUV 223.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 178 255 183 0.30 0 0.28 0 123.9 1 0.85
Hex B2 FF B7 1E 0 1C 0 7C 64 55
Octal 262 377 267 36 0 34 0 174 144 125
Binary 10110010 11111111 10110111 11110 0 11100 0 1111100 1100100 1010101

Color Harmonies of #B2FFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFB7

Black with #B2FFB7

Text Example


Text Example

White with #B2FFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFB7; }

 p { color: rgb(178,255,183); }

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

background-color css

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

 a { background-color: rgb(178,255,183); }

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

border-color css

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

 span { border-color: rgb(178,255,183); }

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