#BCEBC1

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

Shades of Fringy Flower #BCEBC1

Tints of Fringy Flower #BCEBC1

Color information

#BCEBC1 (or 0xBCEBC1) is unknown color: approx Fringy Flower. HEX triplet: BC, EB and C1. RGB value is (188,235,193). Sum of RGB (Red+Green+Blue) = 188+235+193=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC1 is #43143E. Grayscale: #D8D8D8. Windows color (decimal): -4396095 or 12708796. OLE color: 12708796.

HSL color Cylindrical-coordinate representation of color #BCEBC1: hue angle of 126.38º 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 #BCEBC1 is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB188235193-
CMYK0.200.180.08
HSL126.38º54.02%82.94%-
HSV(B)126.38º20%92.16%-
XYZ60.0773.9661.56-
YUV216.16114.93107.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=30.52%
G=38.15%
B=31.33%

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
Decimal1882351930.200.180.08126.3854.0282.94
HexBCEBC11401287e3653
Octal274353301240221017666123
Binary10111100111010111100000110100010010100011111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBC1; }

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

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

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

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

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

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

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

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