#B0F8BB

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

Shades of Fringy Flower #B0F8BB

Tints of Fringy Flower #B0F8BB

Color information

#B0F8BB (or 0xB0F8BB) is unknown color: approx Fringy Flower. HEX triplet: B0, F8 and BB. RGB value is (176,248,187). Sum of RGB (Red+Green+Blue) = 176+248+187=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8BB is #4F0744. Grayscale: #DBDBDB. Windows color (decimal): -5179205 or 12318896. OLE color: 12318896.

HSL color Cylindrical-coordinate representation of color #B0F8BB: hue angle of 129.17º degrees, saturation: 0.84, 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 #B0F8BB is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB176248187-
CMYK0.2900.250.03
HSL129.17º83.72%83.14%-
HSV(B)129.17º29.03%97.25%-
XYZ60.4479.9559.26-
YUV219.52109.6596.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.81%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=28.81%
G=40.59%
B=30.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481870.2900.250.03129.1783.7283.14
HexB0F8BB1D0193815453
Octal260370273350313201124123
Binary10110000111110001011101111101011001111000000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8BB; }

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

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

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

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

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

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

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

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