#BBE0BB

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

Shades of Fringy Flower #BBE0BB

Tints of Fringy Flower #BBE0BB

Color information

#BBE0BB (or 0xBBE0BB) is unknown color: approx Fringy Flower. HEX triplet: BB, E0 and BB. RGB value is (187,224,187). Sum of RGB (Red+Green+Blue) = 187+224+187=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0BB is #441F44. Grayscale: #D0D0D0. Windows color (decimal): -4464453 or 12312763. OLE color: 12312763.

HSL color Cylindrical-coordinate representation of color #BBE0BB: hue angle of 120º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0BB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB187224187-
CMYK0.1700.170.12
HSL120º37.37%80.59%-
HSV(B)120º16.52%87.84%-
XYZ56.1267.4657.08-
YUV208.72115.74112.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=31.27%
G=37.46%
B=31.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241870.1700.170.1212037.3780.59
HexBBE0BB11011C782551
Octal273340273210211417045121
Binary10111011111000001011101110001010001110011110001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0BB; }

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

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

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

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

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

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

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

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