#BCEBBF

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

Shades of Fringy Flower #BCEBBF

Tints of Fringy Flower #BCEBBF

Color information

#BCEBBF (or 0xBCEBBF) is unknown color: approx Fringy Flower. HEX triplet: BC, EB and BF. RGB value is (188,235,191). Sum of RGB (Red+Green+Blue) = 188+235+191=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBF is #431440. Grayscale: #D8D8D8. Windows color (decimal): -4396097 or 12577724. OLE color: 12577724.

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

Color convert

RGB188235191-
CMYK0.200.190.08
HSL123.83º54.02%82.94%-
HSV(B)123.83º20%92.16%-
XYZ59.8573.8760.39-
YUV215.93113.93108.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 191 (75% from 255) = 31.11%
R=30.62%
G=38.27%
B=31.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351910.200.190.08123.8354.0282.94
HexBCEBBF1401387c3653
Octal274353277240231017466123
Binary10111100111010111011111110100010011100011111001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBBF; }

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

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

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

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

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

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

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

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