Html Css Color HEX #B2F5BA Fringy Flower

📋 copy color: '#B2F5BA'

red 178 ◦ green 245 ◦ blue 186

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

Shades of Fringy Flower #B2F5BA

Tints of Fringy Flower #B2F5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.23%

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

R = 29.23%
G = 40.23%
B = 30.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#B2F5BA (or 0xB2F5BA) is known color: Fringy Flower. HEX triplet: B2, F5 and BA. RGB value is (178,245,186). Sum of RGB (Red+Green+Blue) = 178+245+186=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F5BA is #4D0A45. Grayscale: #DADADA. Windows color (decimal): -5048902 or 12252594. OLE color: 12252594.

HSL color Cylindrical-coordinate representation of color #B2F5BA: hue angle of 127.16º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F5BA is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 245 186 -
CMYK 0.27 0 0.24 0.04
HSL 127.16º 0.77% 0.83% -
HSV(B) 127.16º 0.27% 0.96% -
XYZ 59.88 78.31 58.41 -
YUV 218.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 178 245 186 0.27 0 0.24 0.04 127.16 0.77 0.83
Hex B2 F5 BA 1B 0 18 4 7F 4D 53
Octal 262 365 272 33 0 30 4 177 115 123
Binary 10110010 11110101 10111010 11011 0 11000 100 1111111 1001101 1010011

Color Harmonies of #B2F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F5BA

Black with #B2F5BA

Text Example


Text Example

White with #B2F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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