#BCE5BB

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

Shades of Fringy Flower #BCE5BB

Tints of Fringy Flower #BCE5BB

Color information

#BCE5BB (or 0xBCE5BB) is unknown color: approx Fringy Flower. HEX triplet: BC, E5 and BB. RGB value is (188,229,187). Sum of RGB (Red+Green+Blue) = 188+229+187=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5BB is #431A44. Grayscale: #D4D4D4. Windows color (decimal): -4397637 or 12314044. OLE color: 12314044.

HSL color Cylindrical-coordinate representation of color #BCE5BB: hue angle of 118.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5BB is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB188229187-
CMYK0.1800.180.10
HSL118.57º44.68%81.57%-
HSV(B)118.57º18.34%89.8%-
XYZ57.7370.3257.54-
YUV211.95113.92110.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=31.13%
G=37.91%
B=30.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291870.1800.180.10118.5744.6881.57
HexBCE5BB12012A772d52
Octal274345273220221216755122
Binary10111100111001011011101110010010010101011101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5BB; }

 p { color: rgb(188,229,187); }

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

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

 a { background-color: rgb(188,229,187); }

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

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

 span { border-color: rgb(188,229,187); }

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