#BCE6BF

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

Shades of Fringy Flower #BCE6BF

Tints of Fringy Flower #BCE6BF

Color information

#BCE6BF (or 0xBCE6BF) is unknown color: approx Fringy Flower. HEX triplet: BC, E6 and BF. RGB value is (188,230,191). Sum of RGB (Red+Green+Blue) = 188+230+191=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6BF is #431940. Grayscale: #D5D5D5. Windows color (decimal): -4397377 or 12576444. OLE color: 12576444.

HSL color Cylindrical-coordinate representation of color #BCE6BF: hue angle of 124.29º degrees, saturation: 0.46, 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 #BCE6BF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB188230191-
CMYK0.1800.170.10
HSL124.29º45.65%81.96%-
HSV(B)124.29º18.26%90.2%-
XYZ58.4471.0559.92-
YUV213115.59110.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 191 (75% from 255) = 31.36%
R=30.87%
G=37.77%
B=31.36%

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
Decimal1882301910.1800.170.10124.2945.6581.96
HexBCE6BF12011A7c2e52
Octal274346277220211217456122
Binary10111100111001101011111110010010001101011111001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6BF; }

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

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

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

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

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

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

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

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