#C9BDBE

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

Shades of Pink Flare #C9BDBE

Tints of Pink Flare #C9BDBE

Color information

#C9BDBE (or 0xC9BDBE) is unknown color: approx Pink Flare. HEX triplet: C9, BD and BE. RGB value is (201,189,190). Sum of RGB (Red+Green+Blue) = 201+189+190=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBE is #364241. Grayscale: #C0C0C0. Windows color (decimal): -3555906 or 12500425. OLE color: 12500425.

HSL color Cylindrical-coordinate representation of color #C9BDBE: hue angle of 355º degrees, saturation: 0.1, 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 #C9BDBE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201189190-
CMYK00.060.050.21
HSL355º10%76.47%-
HSV(B)355º5.97%78.82%-
XYZ51.5852.5356.14-
YUV192.7126.48133.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=34.66%
G=32.59%
B=32.76%

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
Decimal20118919000.060.050.213551076.47
HexC9BDBE06515163a4c
Octal3112752760652554312114
Binary11001001101111011011111001101011010110110001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDBE; }

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

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

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

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

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

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

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

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