#BCE4BF

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

Shades of Fringy Flower #BCE4BF

Tints of Fringy Flower #BCE4BF

Color information

#BCE4BF (or 0xBCE4BF) is unknown color: approx Fringy Flower. HEX triplet: BC, E4 and BF. RGB value is (188,228,191). Sum of RGB (Red+Green+Blue) = 188+228+191=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4BF is #431B40. Grayscale: #D3D3D3. Windows color (decimal): -4397889 or 12575932. OLE color: 12575932.

HSL color Cylindrical-coordinate representation of color #BCE4BF: hue angle of 124.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4BF is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB188228191-
CMYK0.1800.160.11
HSL124.5º42.55%81.57%-
HSV(B)124.5º17.54%89.41%-
XYZ57.8969.9459.74-
YUV211.82116.25111.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 191 (75% from 255) = 31.47%
R=30.97%
G=37.56%
B=31.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281910.1800.160.11124.542.5581.57
HexBCE4BF12010B7c2b52
Octal274344277220201317453122
Binary10111100111001001011111110010010000101111111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4BF; }

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

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

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

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

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

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

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

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