#B0F7BB

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

Shades of Fringy Flower #B0F7BB

Tints of Fringy Flower #B0F7BB

Color information

#B0F7BB (or 0xB0F7BB) is unknown color: approx Fringy Flower. HEX triplet: B0, F7 and BB. RGB value is (176,247,187). Sum of RGB (Red+Green+Blue) = 176+247+187=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7BB is #4F0844. Grayscale: #DBDBDB. Windows color (decimal): -5179461 or 12318640. OLE color: 12318640.

HSL color Cylindrical-coordinate representation of color #B0F7BB: hue angle of 129.3º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7BB is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB176247187-
CMYK0.2900.240.03
HSL129.3º81.61%82.94%-
HSV(B)129.3º28.74%96.86%-
XYZ60.1379.3459.16-
YUV218.93109.9897.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 247 (96.88% from 255) = 40.49%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=28.85%
G=40.49%
B=30.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762471870.2900.240.03129.381.6182.94
HexB0F7BB1D0183815253
Octal260367273350303201122123
Binary10110000111101111011101111101011000111000000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7BB; }

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

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

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

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

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

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

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

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