#BBE1BB

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

Shades of Fringy Flower #BBE1BB

Tints of Fringy Flower #BBE1BB

Color information

#BBE1BB (or 0xBBE1BB) is unknown color: approx Fringy Flower. HEX triplet: BB, E1 and BB. RGB value is (187,225,187). Sum of RGB (Red+Green+Blue) = 187+225+187=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1BB is #441E44. Grayscale: #D1D1D1. Windows color (decimal): -4464197 or 12313019. OLE color: 12313019.

HSL color Cylindrical-coordinate representation of color #BBE1BB: hue angle of 120º degrees, saturation: 0.39, 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 #BBE1BB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB187225187-
CMYK0.1700.170.12
HSL120º38.78%80.78%-
HSV(B)120º16.89%88.24%-
XYZ56.396857.17-
YUV209.31115.41112.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 225 (88.28% from 255) = 37.56%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=31.22%
G=37.56%
B=31.22%

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
Decimal1872251870.1700.170.1212038.7880.78
HexBBE1BB11011C782751
Octal273341273210211417047121
Binary10111011111000011011101110001010001110011110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1BB; }

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

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

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

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

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

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

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

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