#C1B2D2

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

Shades of Moon Raker #C1B2D2

Tints of Moon Raker #C1B2D2

Color information

#C1B2D2 (or 0xC1B2D2) is unknown color: approx Moon Raker. HEX triplet: C1, B2 and D2. RGB value is (193,178,210). Sum of RGB (Red+Green+Blue) = 193+178+210=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #C1B2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B2D2 is #3E4D2D. Grayscale: #BABABA. Windows color (decimal): -4082990 or 13808321. OLE color: 13808321.

HSL color Cylindrical-coordinate representation of color #C1B2D2: hue angle of 268.12º degrees, saturation: 0.26, 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 #C1B2D2 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193178210-
CMYK0.080.1500.18
HSL268.12º26.23%76.08%-
HSV(B)268.12º15.24%82.35%-
XYZ49.5547.8367.59-
YUV186.13141.47132.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=33.22%
G=30.64%
B=36.14%

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
Decimal1931782100.080.1500.18268.1226.2376.08
HexC1B2D28F01210c1a4c
Octal301262322101702241432114
Binary11000001101100101101001010001111010010100001100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2D2; }

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

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

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

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

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

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

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

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