#BCE7BC

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

Shades of Fringy Flower #BCE7BC

Tints of Fringy Flower #BCE7BC

Color information

#BCE7BC (or 0xBCE7BC) is unknown color: approx Fringy Flower. HEX triplet: BC, E7 and BC. RGB value is (188,231,188). Sum of RGB (Red+Green+Blue) = 188+231+188=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7BC is #431843. Grayscale: #D5D5D5. Windows color (decimal): -4397124 or 12380092. OLE color: 12380092.

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

Color convert

RGB188231188-
CMYK0.1900.190.09
HSL120º47.25%82.16%-
HSV(B)120º18.61%90.59%-
XYZ58.3971.4758.3-
YUV213.24113.75110-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 231 (90.62% from 255) = 38.06%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=30.97%
G=38.06%
B=30.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882311880.1900.190.0912047.2582.16
HexBCE7BC130139782f52
Octal274347274230231117057122
Binary10111100111001111011110010011010011100111110001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7BC; }

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

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

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

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

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

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

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

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