#B0FBBB

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

Shades of Fringy Flower #B0FBBB

Tints of Fringy Flower #B0FBBB

Color information

#B0FBBB (or 0xB0FBBB) is unknown color: approx Fringy Flower. HEX triplet: B0, FB and BB. RGB value is (176,251,187). Sum of RGB (Red+Green+Blue) = 176+251+187=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBBB is #4F0444. Grayscale: #DDDDDD. Windows color (decimal): -5178437 or 12319664. OLE color: 12319664.

HSL color Cylindrical-coordinate representation of color #B0FBBB: hue angle of 128.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBBB is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB176251187-
CMYK0.3000.250.02
HSL128.8º90.36%83.73%-
HSV(B)128.8º29.88%98.43%-
XYZ61.3781.8159.57-
YUV221.28108.6595.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=28.66%
G=40.88%
B=30.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511870.3000.250.02128.890.3683.73
HexB0FBBB1E0192815a54
Octal260373273360312201132124
Binary10110000111110111011101111110011001101000000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBBB; }

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

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

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

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

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

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

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

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