#bbf7bb

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

Shades of Fringy Flower #BBF7BB

Tints of Fringy Flower #BBF7BB

Color information

#BBF7BB (or 0xBBF7BB) is unknown color: approx Fringy Flower. HEX triplet: BB, F7 and BB. RGB value is (187,247,187). Sum of RGB (Red+Green+Blue) = 187+247+187=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7BB is #440844. Grayscale: #DEDEDE. Windows color (decimal): -4458565 or 12318651. OLE color: 12318651.

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

Color convert

RGB187247187-
CMYK0.2400.240.03
HSL120º78.95%85.1%-
HSV(B)120º24.29%96.86%-
XYZ62.7280.6759.28-
YUV222.22108.12102.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=30.11%
G=39.77%
B=30.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872471870.2400.240.0312078.9585.1
HexBBF7BB180183784f55
Octal273367273300303170117125
Binary1011101111110111101110111100001100011111100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbf7bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbf7bb; }

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

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

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

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

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

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

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

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