#B0F5BB

Color #B0F5BB Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B0F5BB

Tints of Fringy Flower #B0F5BB

Color information

#B0F5BB (or 0xB0F5BB) is unknown color: approx Fringy Flower. HEX triplet: B0, F5 and BB. RGB value is (176,245,187). Sum of RGB (Red+Green+Blue) = 176+245+187=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F5BB is #4F0A44. Grayscale: #D9D9D9. Windows color (decimal): -5179973 or 12318128. OLE color: 12318128.

HSL color Cylindrical-coordinate representation of color #B0F5BB: hue angle of 129.57º 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 #B0F5BB is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB176245187-
CMYK0.2800.240.04
HSL129.57º77.53%82.55%-
HSV(B)129.57º28.16%96.08%-
XYZ59.5378.1258.96-
YUV217.76110.6498.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 245 (96.09% from 255) = 40.30%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=28.95%
G=40.30%
B=30.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762451870.2800.240.04129.5777.5382.55
HexB0F5BB1C0184824e53
Octal260365273340304202116123
Binary101100001111010110111011111000110001001000001010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F5BB; }

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

 H1.HeaderClassName
 {
   color: #B0F5BB;
 }
 .AnyTagClassName
 {
   color: #B0F5BB;
 }
</style>
background-color css

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

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

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

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

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

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