#BBEBB9

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

Shades of Fringy Flower #BBEBB9

Tints of Fringy Flower #BBEBB9

Color information

#BBEBB9 (or 0xBBEBB9) is unknown color: approx Fringy Flower. HEX triplet: BB, EB and B9. RGB value is (187,235,185). Sum of RGB (Red+Green+Blue) = 187+235+185=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBB9 is #441446. Grayscale: #D7D7D7. Windows color (decimal): -4461639 or 12184507. OLE color: 12184507.

HSL color Cylindrical-coordinate representation of color #BBEBB9: hue angle of 117.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEBB9 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB187235185-
CMYK0.2000.210.08
HSL117.6º55.56%82.35%-
HSV(B)117.6º21.28%92.16%-
XYZ58.9673.4856.98-
YUV214.95111.1108.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=30.81%
G=38.71%
B=30.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872351850.2000.210.08117.655.5682.35
HexBBEBB9140158763852
Octal273353271240251016670122
Binary10111011111010111011100110100010101100011101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBB9; }

 p { color: rgb(187,235,185); }

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

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

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

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

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

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

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