#BBE3BA

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

Shades of Fringy Flower #BBE3BA

Tints of Fringy Flower #BBE3BA

Color information

#BBE3BA (or 0xBBE3BA) is unknown color: approx Fringy Flower. HEX triplet: BB, E3 and BA. RGB value is (187,227,186). Sum of RGB (Red+Green+Blue) = 187+227+186=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3BA is #441C45. Grayscale: #D2D2D2. Windows color (decimal): -4463686 or 12247995. OLE color: 12247995.

HSL color Cylindrical-coordinate representation of color #BBE3BA: hue angle of 118.54º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3BA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB187227186-
CMYK0.1800.180.11
HSL118.54º42.27%80.98%-
HSV(B)118.54º18.06%89.02%-
XYZ56.8369.0556.79-
YUV210.37114.25111.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 186 (73.05% from 255) = 31%
R=31.17%
G=37.83%
B=31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872271860.1800.180.11118.5442.2780.98
HexBBE3BA12012B772a51
Octal273343272220221316752121
Binary10111011111000111011101010010010010101111101111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE3BA; }

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

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

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

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

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

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

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

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