#C8BCBE

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

Shades of Pink Flare #C8BCBE

Tints of Pink Flare #C8BCBE

Color information

#C8BCBE (or 0xC8BCBE) is unknown color: approx Pink Flare. HEX triplet: C8, BC and BE. RGB value is (200,188,190). Sum of RGB (Red+Green+Blue) = 200+188+190=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCBE is #374341. Grayscale: #BFBFBF. Windows color (decimal): -3621698 or 12500168. OLE color: 12500168.

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

Color convert

RGB200188190-
CMYK00.060.050.22
HSL350º9.84%76.08%-
HSV(B)350º6%78.43%-
XYZ51.151.9656.05-
YUV191.82126.98133.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=34.60%
G=32.53%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018819000.060.050.223509.8476.08
HexC8BCBE0651615ea4c
Octal3102742760652653612114
Binary11001000101111001011111001101011011010101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCBE; }

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

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

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

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

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

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

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

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