Html Css Color HEX #B2F7BE Fringy Flower

📋 copy color: '#B2F7BE'

red 178 ◦ green 247 ◦ blue 190

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

Shades of Fringy Flower #B2F7BE

Tints of Fringy Flower #B2F7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.89%

R = 28.94%
G = 40.16%
B = 30.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#B2F7BE (or 0xB2F7BE) is known color: Fringy Flower. HEX triplet: B2, F7 and BE. RGB value is (178,247,190). Sum of RGB (Red+Green+Blue) = 178+247+190=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F7BE is #4D0841. Grayscale: #DCDCDC. Windows color (decimal): -5048386 or 12515250. OLE color: 12515250.

HSL color Cylindrical-coordinate representation of color #B2F7BE: hue angle of 130.43º 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 #B2F7BE is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 247 190 -
CMYK 0.28 0 0.23 0.03
HSL 130.43º 0.81% 0.83% -
HSV(B) 130.43º 0.28% 0.97% -
XYZ 60.92 79.7 60.89 -
YUV 219.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 178 247 190 0.28 0 0.23 0.03 130.43 0.81 0.83
Hex B2 F7 BE 1C 0 17 3 82 51 53
Octal 262 367 276 34 0 27 3 202 121 123
Binary 10110010 11110111 10111110 11100 0 10111 11 10000010 1010001 1010011

Color Harmonies of #B2F7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F7BE

Black with #B2F7BE

Text Example


Text Example

White with #B2F7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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