#BCE8C0

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

Shades of Fringy Flower #BCE8C0

Tints of Fringy Flower #BCE8C0

Color information

#BCE8C0 (or 0xBCE8C0) is unknown color: approx Fringy Flower. HEX triplet: BC, E8 and C0. RGB value is (188,232,192). Sum of RGB (Red+Green+Blue) = 188+232+192=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8C0 is #43173F. Grayscale: #D6D6D6. Windows color (decimal): -4396864 or 12642492. OLE color: 12642492.

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

Color convert

RGB188232192-
CMYK0.1900.170.09
HSL125.45º48.89%82.35%-
HSV(B)125.45º18.97%90.98%-
XYZ59.1172.2160.69-
YUV214.28115.42109.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=30.72%
G=37.91%
B=31.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882321920.1900.170.09125.4548.8982.35
HexBCE8C01301197d3152
Octal274350300230211117561122
Binary10111100111010001100000010011010001100111111011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8C0; }

 p { color: rgb(188,232,192); }

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

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

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

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

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

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

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