#C2BBCD

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

Shades of Moon Raker #C2BBCD

Tints of Moon Raker #C2BBCD

Color information

#C2BBCD (or 0xC2BBCD) is unknown color: approx Moon Raker. HEX triplet: C2, BB and CD. RGB value is (194,187,205). Sum of RGB (Red+Green+Blue) = 194+187+205=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCD is #3D4432. Grayscale: #BFBFBF. Windows color (decimal): -4015155 or 13482946. OLE color: 13482946.

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

Color convert

RGB194187205-
CMYK0.050.0900.20
HSL263.33º15.25%76.86%-
HSV(B)263.33º8.78%80.39%-
XYZ51.0451.4264.99-
YUV191.14135.82130.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=33.11%
G=31.91%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941872050.050.0900.20263.3315.2576.86
HexC2BBCD59014107f4d
Octal30227331551102440717115
Binary110000101011101111001101101100101010010000011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBCD; }

 p { color: rgb(194,187,205); }

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

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

 a { background-color: rgb(194,187,205); }

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

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

 span { border-color: rgb(194,187,205); }

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