Html Css Color HEX #B2FFBA Fringy Flower

📋 copy color: '#B2FFBA'

red 178 ◦ green 255 ◦ blue 186

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

Shades of Fringy Flower #B2FFBA

Tints of Fringy Flower #B2FFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.05%

R = 28.76%
G = 41.2%
B = 30.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#B2FFBA (or 0xB2FFBA) is known color: Fringy Flower. HEX triplet: B2, FF and BA. RGB value is (178,255,186). Sum of RGB (Red+Green+Blue) = 178+255+186=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBA is #4D0045. Grayscale: #E0E0E0. Windows color (decimal): -5046342 or 12255154. OLE color: 12255154.

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

Color convert

RGB 178 255 186 -
CMYK 0.30 0 0.27 0
HSL 126.23º 1% 0.85% -
HSV(B) 126.23º 0.3% 1% -
XYZ 62.98 84.53 59.45 -
YUV 224.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 178 255 186 0.30 0 0.27 0 126.23 1 0.85
Hex B2 FF BA 1E 0 1B 0 7E 64 55
Octal 262 377 272 36 0 33 0 176 144 125
Binary 10110010 11111111 10111010 11110 0 11011 0 1111110 1100100 1010101

Color Harmonies of #B2FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFBA

Black with #B2FFBA

Text Example


Text Example

White with #B2FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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