#C6BCBE

Color #C6BCBE Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #C6BCBE

Tints of Pink Flare #C6BCBE

Color information

#C6BCBE (or 0xC6BCBE) is unknown color: approx Pink Flare. HEX triplet: C6, BC and BE. RGB value is (198,188,190). Sum of RGB (Red+Green+Blue) = 198+188+190=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCBE is #394341. Grayscale: #BFBFBF. Windows color (decimal): -3752770 or 12500166. OLE color: 12500166.

HSL color Cylindrical-coordinate representation of color #C6BCBE: hue angle of 348º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BCBE is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198188190-
CMYK00.050.040.22
HSL348º8.06%75.69%-
HSV(B)348º5.05%77.65%-
XYZ50.5751.6956.03-
YUV191.22127.31132.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=34.38%
G=32.64%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818819000.050.040.223488.0675.69
HexC6BCBE0541615c84c
Octal3062742760542653410114
Binary11000110101111001011111001011001011010101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCBE; }

 p { color: rgb(198,188,190); }

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

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

 a { background-color: rgb(198,188,190); }

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

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

 span { border-color: rgb(198,188,190); }

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