#C2BDCC

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

Shades of Moon Raker #C2BDCC

Tints of Moon Raker #C2BDCC

Color information

#C2BDCC (or 0xC2BDCC) is unknown color: approx Moon Raker. HEX triplet: C2, BD and CC. RGB value is (194,189,204). Sum of RGB (Red+Green+Blue) = 194+189+204=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDCC is #3D4233. Grayscale: #C0C0C0. Windows color (decimal): -4014644 or 13417922. OLE color: 13417922.

HSL color Cylindrical-coordinate representation of color #C2BDCC: hue angle of 260º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BDCC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194189204-
CMYK0.050.0700.2
HSL260º12.82%77.06%-
HSV(B)260º7.35%80%-
XYZ51.3452.2264.5-
YUV192.2134.66129.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=33.05%
G=32.20%
B=34.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941892040.050.0700.226012.8277.06
HexC2BDCC57014104d4d
Octal3022753145702440415115
Binary11000010101111011100110010111101010010000010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDCC; }

 p { color: rgb(194,189,204); }

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

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

 a { background-color: rgb(194,189,204); }

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

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

 span { border-color: rgb(194,189,204); }

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