#C6BFD0

Color #C6BFD0 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #C6BFD0

Tints of Moon Raker #C6BFD0

Color information

#C6BFD0 (or 0xC6BFD0) is unknown color: approx Moon Raker. HEX triplet: C6, BF and D0. RGB value is (198,191,208). Sum of RGB (Red+Green+Blue) = 198+191+208=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFD0 is #39402F. Grayscale: #C2C2C2. Windows color (decimal): -3751984 or 13680582. OLE color: 13680582.

HSL color Cylindrical-coordinate representation of color #C6BFD0: hue angle of 264.71º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6BFD0 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198191208-
CMYK0.050.0800.18
HSL264.71º15.32%78.24%-
HSV(B)264.71º8.17%81.57%-
XYZ53.353.8267.25-
YUV195.03135.32130.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=33.17%
G=31.99%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981912080.050.0800.18264.7115.3278.24
HexC6BFD058012109f4e
Octal30627732051002241117116
Binary110001101011111111010000101100001001010000100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFD0; }

 p { color: rgb(198,191,208); }

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

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

 a { background-color: rgb(198,191,208); }

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

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

 span { border-color: rgb(198,191,208); }

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