#BBEABB

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

Shades of Fringy Flower #BBEABB

Tints of Fringy Flower #BBEABB

Color information

#BBEABB (or 0xBBEABB) is unknown color: approx Fringy Flower. HEX triplet: BB, EA and BB. RGB value is (187,234,187). Sum of RGB (Red+Green+Blue) = 187+234+187=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEABB is #441544. Grayscale: #D6D6D6. Windows color (decimal): -4461893 or 12315323. OLE color: 12315323.

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

Color convert

RGB187234187-
CMYK0.2000.200.08
HSL120º52.81%82.55%-
HSV(B)120º20.09%91.76%-
XYZ58.897358-
YUV214.59112.43108.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=30.76%
G=38.49%
B=30.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341870.2000.200.0812052.8182.55
HexBBEABB140148783553
Octal273352273240241017065123
Binary10111011111010101011101110100010100100011110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEABB; }

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

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

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

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

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

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

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

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