#BCE5BC

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

Shades of Fringy Flower #BCE5BC

Tints of Fringy Flower #BCE5BC

Color information

#BCE5BC (or 0xBCE5BC) is unknown color: approx Fringy Flower. HEX triplet: BC, E5 and BC. RGB value is (188,229,188). Sum of RGB (Red+Green+Blue) = 188+229+188=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5BC is #431A43. Grayscale: #D4D4D4. Windows color (decimal): -4397636 or 12379580. OLE color: 12379580.

HSL color Cylindrical-coordinate representation of color #BCE5BC: hue angle of 120º degrees, saturation: 0.44, 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 #BCE5BC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB188229188-
CMYK0.1800.180.10
HSL120º44.09%81.76%-
HSV(B)120º17.9%89.8%-
XYZ57.8470.3658.11-
YUV212.07114.42110.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=31.07%
G=37.85%
B=31.07%

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
Decimal1882291880.1800.180.1012044.0981.76
HexBCE5BC12012A782c52
Octal274345274220221217054122
Binary10111100111001011011110010010010010101011110001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5BC; }

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

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

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

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

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

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

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

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