#BCE5BF

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

Shades of Fringy Flower #BCE5BF

Tints of Fringy Flower #BCE5BF

Color information

#BCE5BF (or 0xBCE5BF) is unknown color: approx Fringy Flower. HEX triplet: BC, E5 and BF. RGB value is (188,229,191). Sum of RGB (Red+Green+Blue) = 188+229+191=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5BF is #431A40. Grayscale: #D4D4D4. Windows color (decimal): -4397633 or 12576188. OLE color: 12576188.

HSL color Cylindrical-coordinate representation of color #BCE5BF: hue angle of 124.39º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5BF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB188229191-
CMYK0.1800.170.10
HSL124.39º44.09%81.76%-
HSV(B)124.39º17.9%89.8%-
XYZ58.1670.4959.83-
YUV212.41115.92110.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 191 (75% from 255) = 31.41%
R=30.92%
G=37.66%
B=31.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291910.1800.170.10124.3944.0981.76
HexBCE5BF12011A7c2c52
Octal274345277220211217454122
Binary10111100111001011011111110010010001101011111001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5BF; }

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

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

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

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

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

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

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

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