Html Css Color HEX #B2FFBE Fringy Flower

📋 copy color: '#B2FFBE'

red 178 ◦ green 255 ◦ blue 190

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

Shades of Fringy Flower #B2FFBE

Tints of Fringy Flower #B2FFBE

RGB

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

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

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

R = 28.57%
G = 40.93%
B = 30.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#B2FFBE (or 0xB2FFBE) is known color: Fringy Flower. HEX triplet: B2, FF and BE. RGB value is (178,255,190). Sum of RGB (Red+Green+Blue) = 178+255+190=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBE is #4D0041. Grayscale: #E0E0E0. Windows color (decimal): -5046338 or 12517298. OLE color: 12517298.

HSL color Cylindrical-coordinate representation of color #B2FFBE: hue angle of 129.35º 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 #B2FFBE is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 190 -
CMYK 0.30 0 0.25 0
HSL 129.35º 1% 0.85% -
HSV(B) 129.35º 0.3% 1% -
XYZ 63.41 84.7 61.72 -
YUV 224.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 178 255 190 0.30 0 0.25 0 129.35 1 0.85
Hex B2 FF BE 1E 0 19 0 81 64 55
Octal 262 377 276 36 0 31 0 201 144 125
Binary 10110010 11111111 10111110 11110 0 11001 0 10000001 1100100 1010101

Color Harmonies of #B2FFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFBE

Black with #B2FFBE

Text Example


Text Example

White with #B2FFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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