#B1FBBB

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

Shades of Fringy Flower #B1FBBB

Tints of Fringy Flower #B1FBBB

Color information

#B1FBBB (or 0xB1FBBB) is unknown color: approx Fringy Flower. HEX triplet: B1, FB and BB. RGB value is (177,251,187). Sum of RGB (Red+Green+Blue) = 177+251+187=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBBB is #4E0444. Grayscale: #DDDDDD. Windows color (decimal): -5112901 or 12319665. OLE color: 12319665.

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

Color convert

RGB177251187-
CMYK0.2900.250.02
HSL128.11º90.24%83.92%-
HSV(B)128.11º29.48%98.43%-
XYZ61.681.9359.58-
YUV221.58108.4896.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=28.78%
G=40.81%
B=30.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511870.2900.250.02128.1190.2483.92
HexB1FBBB1D0192805a54
Octal261373273350312200132124
Binary10110001111110111011101111101011001101000000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBBB; }

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

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

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

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

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

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

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

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