#C7BDBE

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

Shades of Pink Flare #C7BDBE

Tints of Pink Flare #C7BDBE

Color information

#C7BDBE (or 0xC7BDBE) is unknown color: approx Pink Flare. HEX triplet: C7, BD and BE. RGB value is (199,189,190). Sum of RGB (Red+Green+Blue) = 199+189+190=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDBE is #384241. Grayscale: #C0C0C0. Windows color (decimal): -3686978 or 12500423. OLE color: 12500423.

HSL color Cylindrical-coordinate representation of color #C7BDBE: hue angle of 354º 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 #C7BDBE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199189190-
CMYK00.050.050.22
HSL354º8.2%76.08%-
HSV(B)354º5.03%78.04%-
XYZ51.0552.2656.11-
YUV192.1126.81132.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=34.43%
G=32.70%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918919000.050.050.223548.276.08
HexC7BDBE0551616284c
Octal3072752760552654210114
Binary11000111101111011011111001011011011010110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDBE; }

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

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

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

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

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

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

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

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