#BBF0BB

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

Shades of Fringy Flower #BBF0BB

Tints of Fringy Flower #BBF0BB

Color information

#BBF0BB (or 0xBBF0BB) is unknown color: approx Fringy Flower. HEX triplet: BB, F0 and BB. RGB value is (187,240,187). Sum of RGB (Red+Green+Blue) = 187+240+187=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0BB is #440F44. Grayscale: #DADADA. Windows color (decimal): -4460357 or 12316859. OLE color: 12316859.

HSL color Cylindrical-coordinate representation of color #BBF0BB: hue angle of 120º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0BB is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB187240187-
CMYK0.2200.220.06
HSL120º63.86%83.73%-
HSV(B)120º22.08%94.12%-
XYZ60.6276.4758.58-
YUV218.11110.44105.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=30.46%
G=39.09%
B=30.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872401870.2200.220.0612063.8683.73
HexBBF0BB160166784054
Octal273360273260266170100124
Binary10111011111100001011101110110010110110111100010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0BB; }

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

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

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

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

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

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

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

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