#BBE7BA

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

Shades of Fringy Flower #BBE7BA

Tints of Fringy Flower #BBE7BA

Color information

#BBE7BA (or 0xBBE7BA) is unknown color: approx Fringy Flower. HEX triplet: BB, E7 and BA. RGB value is (187,231,186). Sum of RGB (Red+Green+Blue) = 187+231+186=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7BA is #441845. Grayscale: #D4D4D4. Windows color (decimal): -4462662 or 12249019. OLE color: 12249019.

HSL color Cylindrical-coordinate representation of color #BBE7BA: hue angle of 118.67º 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 #BBE7BA is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB187231186-
CMYK0.1900.190.09
HSL118.67º48.39%81.76%-
HSV(B)118.67º19.48%90.59%-
XYZ57.9371.2657.16-
YUV212.71112.92109.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=30.96%
G=38.25%
B=30.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872311860.1900.190.09118.6748.3981.76
HexBBE7BA130139773052
Octal273347272230231116760122
Binary10111011111001111011101010011010011100111101111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7BA; }

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

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

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

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

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

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

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

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