#BBE1BE

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

Shades of Fringy Flower #BBE1BE

Tints of Fringy Flower #BBE1BE

Color information

#BBE1BE (or 0xBBE1BE) is unknown color: approx Fringy Flower. HEX triplet: BB, E1 and BE. RGB value is (187,225,190). Sum of RGB (Red+Green+Blue) = 187+225+190=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1BE is #441E41. Grayscale: #D1D1D1. Windows color (decimal): -4464194 or 12509627. OLE color: 12509627.

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

Color convert

RGB187225190-
CMYK0.1700.160.12
HSL124.74º38.78%80.78%-
HSV(B)124.74º16.89%88.24%-
XYZ56.7168.1358.88-
YUV209.65116.91111.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=31.06%
G=37.38%
B=31.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872251900.1700.160.12124.7438.7880.78
HexBBE1BE11010C7d2751
Octal273341276210201417547121
Binary10111011111000011011111010001010000110011111011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1BE; }

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

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

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

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

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

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

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

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