#BBE7BF

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

Shades of Fringy Flower #BBE7BF

Tints of Fringy Flower #BBE7BF

Color information

#BBE7BF (or 0xBBE7BF) is unknown color: approx Fringy Flower. HEX triplet: BB, E7 and BF. RGB value is (187,231,191). Sum of RGB (Red+Green+Blue) = 187+231+191=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7BF is #441840. Grayscale: #D5D5D5. Windows color (decimal): -4462657 or 12576699. OLE color: 12576699.

HSL color Cylindrical-coordinate representation of color #BBE7BF: hue angle of 125.45º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7BF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB187231191-
CMYK0.1900.170.09
HSL125.45º47.83%81.96%-
HSV(B)125.45º19.05%90.59%-
XYZ58.4771.4860.01-
YUV213.28115.42109.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 191 (75% from 255) = 31.36%
R=30.71%
G=37.93%
B=31.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872311910.1900.170.09125.4547.8381.96
HexBBE7BF1301197d3052
Octal273347277230211117560122
Binary10111011111001111011111110011010001100111111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7BF; }

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

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

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

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

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

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

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

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