#BBE9BF

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

Shades of Fringy Flower #BBE9BF

Tints of Fringy Flower #BBE9BF

Color information

#BBE9BF (or 0xBBE9BF) is unknown color: approx Fringy Flower. HEX triplet: BB, E9 and BF. RGB value is (187,233,191). Sum of RGB (Red+Green+Blue) = 187+233+191=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9BF is #441640. Grayscale: #D6D6D6. Windows color (decimal): -4462145 or 12577211. OLE color: 12577211.

HSL color Cylindrical-coordinate representation of color #BBE9BF: hue angle of 125.22º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9BF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB187233191-
CMYK0.2000.180.09
HSL125.22º51.11%82.35%-
HSV(B)125.22º19.74%91.37%-
XYZ59.0472.660.19-
YUV214.46114.76108.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 191 (75% from 255) = 31.26%
R=30.61%
G=38.13%
B=31.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872331910.2000.180.09125.2251.1182.35
HexBBE9BF1401297d3352
Octal273351277240221117563122
Binary10111011111010011011111110100010010100111111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9BF; }

 p { color: rgb(187,233,191); }

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

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

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

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

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

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

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