#C2B9CE

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

Shades of Moon Raker #C2B9CE

Tints of Moon Raker #C2B9CE

Color information

#C2B9CE (or 0xC2B9CE) is unknown color: approx Moon Raker. HEX triplet: C2, B9 and CE. RGB value is (194,185,206). Sum of RGB (Red+Green+Blue) = 194+185+206=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9CE is #3D4631. Grayscale: #BEBEBE. Windows color (decimal): -4015666 or 13547970. OLE color: 13547970.

HSL color Cylindrical-coordinate representation of color #C2B9CE: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B9CE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194185206-
CMYK0.060.1000.19
HSL265.71º17.65%76.67%-
HSV(B)265.71º10.19%80.78%-
XYZ50.7450.6265.49-
YUV190.08136.98130.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=33.16%
G=31.62%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941852060.060.1000.19265.7117.6576.67
HexC2B9CE6A01310a124d
Octal30227131661202341222115
Binary1100001010111001110011101101010010011100001010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9CE; }

 p { color: rgb(194,185,206); }

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

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

 a { background-color: rgb(194,185,206); }

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

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

 span { border-color: rgb(194,185,206); }

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