#BCECBC

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

Shades of Fringy Flower #BCECBC

Tints of Fringy Flower #BCECBC

Color information

#BCECBC (or 0xBCECBC) is unknown color: approx Fringy Flower. HEX triplet: BC, EC and BC. RGB value is (188,236,188). Sum of RGB (Red+Green+Blue) = 188+236+188=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECBC is #431343. Grayscale: #D8D8D8. Windows color (decimal): -4395844 or 12381372. OLE color: 12381372.

HSL color Cylindrical-coordinate representation of color #BCECBC: hue angle of 120º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECBC is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB188236188-
CMYK0.2000.200.07
HSL120º55.81%83.14%-
HSV(B)120º20.34%92.55%-
XYZ59.8174.3158.77-
YUV216.18112.1107.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=30.72%
G=38.56%
B=30.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361880.2000.200.0712055.8183.14
HexBCECBC140147783853
Octal27435427424024717070123
Binary1011110011101100101111001010001010011111110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECBC; }

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

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

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

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

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

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

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

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