#C1B2D1

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

Shades of Moon Raker #C1B2D1

Tints of Moon Raker #C1B2D1

Color information

#C1B2D1 (or 0xC1B2D1) is unknown color: approx Moon Raker. HEX triplet: C1, B2 and D1. RGB value is (193,178,209). Sum of RGB (Red+Green+Blue) = 193+178+209=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1B2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B2D1 is #3E4D2E. Grayscale: #B9B9B9. Windows color (decimal): -4082991 or 13742785. OLE color: 13742785.

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

Color convert

RGB193178209-
CMYK0.080.1500.18
HSL269.03º25.2%75.88%-
HSV(B)269.03º14.83%81.96%-
XYZ49.4247.7866.94-
YUV186.02140.97132.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=33.28%
G=30.69%
B=36.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931782090.080.1500.18269.0325.275.88
HexC1B2D18F01210d194c
Octal301262321101702241531114
Binary11000001101100101101000110001111010010100001101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2D1; }

 p { color: rgb(193,178,209); }

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

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

 a { background-color: rgb(193,178,209); }

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

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

 span { border-color: rgb(193,178,209); }

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