#BBE3BF

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

Shades of Fringy Flower #BBE3BF

Tints of Fringy Flower #BBE3BF

Color information

#BBE3BF (or 0xBBE3BF) is unknown color: approx Fringy Flower. HEX triplet: BB, E3 and BF. RGB value is (187,227,191). Sum of RGB (Red+Green+Blue) = 187+227+191=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3BF is #441C40. Grayscale: #D3D3D3. Windows color (decimal): -4463681 or 12575675. OLE color: 12575675.

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

Color convert

RGB187227191-
CMYK0.1800.160.11
HSL126º41.67%81.18%-
HSV(B)126º17.62%89.02%-
XYZ57.3769.2659.64-
YUV210.94116.75110.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 191 (75% from 255) = 31.57%
R=30.91%
G=37.52%
B=31.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872271910.1800.160.1112641.6781.18
HexBBE3BF12010B7e2a51
Octal273343277220201317652121
Binary10111011111000111011111110010010000101111111101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE3BF; }

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

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

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

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

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

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

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

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