#BCDFC0

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

Shades of Fringy Flower #BCDFC0

Tints of Fringy Flower #BCDFC0

Color information

#BCDFC0 (or 0xBCDFC0) is unknown color: approx Fringy Flower. HEX triplet: BC, DF and C0. RGB value is (188,223,192). Sum of RGB (Red+Green+Blue) = 188+223+192=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC0 is #43203F. Grayscale: #D1D1D1. Windows color (decimal): -4399168 or 12640188. OLE color: 12640188.

HSL color Cylindrical-coordinate representation of color #BCDFC0: hue angle of 126.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB188223192-
CMYK0.1600.140.13
HSL126.86º35.35%80.59%-
HSV(B)126.86º15.7%87.45%-
XYZ56.6467.2759.87-
YUV209118.4113.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=31.18%
G=36.98%
B=31.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231920.1600.140.13126.8635.3580.59
HexBCDFC0100ED7f2351
Octal274337300200161517743121
Binary1011110011011111110000001000001110110111111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFC0; }

 p { color: rgb(188,223,192); }

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

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

 a { background-color: rgb(188,223,192); }

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

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

 span { border-color: rgb(188,223,192); }

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