#BCEBC0

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

Shades of Fringy Flower #BCEBC0

Tints of Fringy Flower #BCEBC0

Color information

#BCEBC0 (or 0xBCEBC0) is unknown color: approx Fringy Flower. HEX triplet: BC, EB and C0. RGB value is (188,235,192). Sum of RGB (Red+Green+Blue) = 188+235+192=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC0 is #43143F. Grayscale: #D8D8D8. Windows color (decimal): -4396096 or 12643260. OLE color: 12643260.

HSL color Cylindrical-coordinate representation of color #BCEBC0: hue angle of 125.11º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBC0 is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB188235192-
CMYK0.200.180.08
HSL125.11º54.02%82.94%-
HSV(B)125.11º20%92.16%-
XYZ59.9673.9160.98-
YUV216.04114.43108-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=30.57%
G=38.21%
B=31.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351920.200.180.08125.1154.0282.94
HexBCEBC01401287d3653
Octal274353300240221017566123
Binary10111100111010111100000010100010010100011111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBC0; }

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

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

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

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

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

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

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

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