#C9BCBE

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

Shades of Pink Flare #C9BCBE

Tints of Pink Flare #C9BCBE

Color information

#C9BCBE (or 0xC9BCBE) is unknown color: approx Pink Flare. HEX triplet: C9, BC and BE. RGB value is (201,188,190). Sum of RGB (Red+Green+Blue) = 201+188+190=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCBE is #364341. Grayscale: #C0C0C0. Windows color (decimal): -3556162 or 12500169. OLE color: 12500169.

HSL color Cylindrical-coordinate representation of color #C9BCBE: hue angle of 350.77º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BCBE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201188190-
CMYK00.060.050.21
HSL350.77º10.74%76.27%-
HSV(B)350.77º6.47%78.82%-
XYZ51.3652.156.06-
YUV192.11126.81134.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=34.72%
G=32.47%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118819000.060.050.21350.7710.7476.27
HexC9BCBE0651515fb4c
Octal3112742760652553713114
Binary11001001101111001011111001101011010110101111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCBE; }

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

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

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

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

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

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

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

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