#C1BBCC

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

Shades of Moon Raker #C1BBCC

Tints of Moon Raker #C1BBCC

Color information

#C1BBCC (or 0xC1BBCC) is unknown color: approx Moon Raker. HEX triplet: C1, BB and CC. RGB value is (193,187,204). Sum of RGB (Red+Green+Blue) = 193+187+204=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBCC is #3E4433. Grayscale: #BEBEBE. Windows color (decimal): -4080692 or 13417409. OLE color: 13417409.

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

Color convert

RGB193187204-
CMYK0.050.0800.2
HSL261.18º14.29%76.67%-
HSV(B)261.18º8.33%80%-
XYZ50.6651.2464.35-
YUV190.73135.49129.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=33.05%
G=32.02%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931872040.050.0800.2261.1814.2976.67
HexC1BBCC58014105e4d
Octal30127331451002440516115
Binary110000011011101111001100101100001010010000010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBCC; }

 p { color: rgb(193,187,204); }

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

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

 a { background-color: rgb(193,187,204); }

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

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

 span { border-color: rgb(193,187,204); }

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