Html Css Color HEX #B2FEBA Fringy Flower

📋 copy color: '#B2FEBA'

red 178 ◦ green 254 ◦ blue 186

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

Shades of Fringy Flower #B2FEBA

Tints of Fringy Flower #B2FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.1%

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

R = 28.8%
G = 41.1%
B = 30.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#B2FEBA (or 0xB2FEBA) is known color: Fringy Flower. HEX triplet: B2, FE and BA. RGB value is (178,254,186). Sum of RGB (Red+Green+Blue) = 178+254+186=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEBA is #4D0145. Grayscale: #DFDFDF. Windows color (decimal): -5046598 or 12254898. OLE color: 12254898.

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

Color convert

RGB 178 254 186 -
CMYK 0.30 0 0.27 0.00
HSL 126.32º 0.97% 0.85% -
HSV(B) 126.32º 0.3% 1% -
XYZ 62.66 83.89 59.34 -
YUV 223.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 178 254 186 0.30 0 0.27 0.00 126.32 0.97 0.85
Hex B2 FE BA 1E 0 1B 0 7E 61 55
Octal 262 376 272 36 0 33 0 176 141 125
Binary 10110010 11111110 10111010 11110 0 11011 0 1111110 1100001 1010101

Color Harmonies of #B2FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEBA

Black with #B2FEBA

Text Example


Text Example

White with #B2FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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