#BBE5BC

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

Shades of Fringy Flower #BBE5BC

Tints of Fringy Flower #BBE5BC

Color information

#BBE5BC (or 0xBBE5BC) is unknown color: approx Fringy Flower. HEX triplet: BB, E5 and BC. RGB value is (187,229,188). Sum of RGB (Red+Green+Blue) = 187+229+188=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5BC is #441A43. Grayscale: #D3D3D3. Windows color (decimal): -4463172 or 12379579. OLE color: 12379579.

HSL color Cylindrical-coordinate representation of color #BBE5BC: hue angle of 121.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5BC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB187229188-
CMYK0.1800.180.10
HSL121.43º44.68%81.57%-
HSV(B)121.43º18.34%89.8%-
XYZ57.5970.2358.1-
YUV211.77114.59110.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=30.96%
G=37.91%
B=31.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872291880.1800.180.10121.4344.6881.57
HexBBE5BC12012A792d52
Octal273345274220221217155122
Binary10111011111001011011110010010010010101011110011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5BC; }

 p { color: rgb(187,229,188); }

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

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

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

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

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

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

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