Html Css Color HEX #B0F5BE Fringy Flower

📋 copy color: '#B0F5BE'

red 176 ◦ green 245 ◦ blue 190

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

Shades of Fringy Flower #B0F5BE

Tints of Fringy Flower #B0F5BE

RGB

 RED value IS 176 (69.14% from 255) = 28.81%

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

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

R = 28.81%
G = 40.1%
B = 31.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#B0F5BE (or 0xB0F5BE) is known color: Fringy Flower. HEX triplet: B0, F5 and BE. RGB value is (176,245,190). Sum of RGB (Red+Green+Blue) = 176+245+190=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F5BE is #4F0A41. Grayscale: #DADADA. Windows color (decimal): -5179970 or 12514736. OLE color: 12514736.

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

Color convert

RGB 176 245 190 -
CMYK 0.28 0 0.22 0.04
HSL 132.17º 0.78% 0.83% -
HSV(B) 132.17º 0.28% 0.96% -
XYZ 59.85 78.25 60.66 -
YUV 218.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 176 245 190 0.28 0 0.22 0.04 132.17 0.78 0.83
Hex B0 F5 BE 1C 0 16 4 84 4E 53
Octal 260 365 276 34 0 26 4 204 116 123
Binary 10110000 11110101 10111110 11100 0 10110 100 10000100 1001110 1010011

Color Harmonies of #B0F5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F5BE

Black with #B0F5BE

Text Example


Text Example

White with #B0F5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F5BE; }

 p { color: rgb(176,245,190); }

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

background-color css

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

 a { background-color: rgb(176,245,190); }

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

border-color css

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

 span { border-color: rgb(176,245,190); }

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