#BBFBB8

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

Shades of Fringy Flower #BBFBB8

Tints of Fringy Flower #BBFBB8

Color information

#BBFBB8 (or 0xBBFBB8) is unknown color: approx Fringy Flower. HEX triplet: BB, FB and B8. RGB value is (187,251,184). Sum of RGB (Red+Green+Blue) = 187+251+184=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBB8 is #440447. Grayscale: #E0E0E0. Windows color (decimal): -4457544 or 12123067. OLE color: 12123067.

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

Color convert

RGB187251184-
CMYK0.2500.270.02
HSL117.31º89.33%85.29%-
HSV(B)117.31º26.69%98.43%-
XYZ63.6483.0258.02-
YUV224.23105.3101.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 251 (98.44% from 255) = 40.35%
BLUE value IS 184 (72.27% from 255) = 29.58%
R=30.06%
G=40.35%
B=29.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872511840.2500.270.02117.3189.3385.29
HexBBFBB81901B2755955
Octal273373270310332165131125
Binary1011101111111011101110001100101101110111010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBB8; }

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

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

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

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

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

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

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

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