#C1BDBE

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

Shades of Pink Flare #C1BDBE

Tints of Pink Flare #C1BDBE

Color information

#C1BDBE (or 0xC1BDBE) is unknown color: approx Pink Flare. HEX triplet: C1, BD and BE. RGB value is (193,189,190). Sum of RGB (Red+Green+Blue) = 193+189+190=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDBE is #3E4241. Grayscale: #BEBEBE. Windows color (decimal): -4080194 or 12500417. OLE color: 12500417.

HSL color Cylindrical-coordinate representation of color #C1BDBE: hue angle of 345º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1BDBE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193189190-
CMYK00.020.020.24
HSL345º3.12%74.9%-
HSV(B)345º2.07%75.69%-
XYZ49.4851.4556.04-
YUV190.31127.83129.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=33.74%
G=33.04%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318919000.020.020.243453.1274.9
HexC1BDBE0221815934b
Octal301275276022305313113
Binary1100000110111101101111100101011000101011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDBE; }

 p { color: rgb(193,189,190); }

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

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

 a { background-color: rgb(193,189,190); }

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

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

 span { border-color: rgb(193,189,190); }

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