#C1BBCD

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

Shades of Moon Raker #C1BBCD

Tints of Moon Raker #C1BBCD

Color information

#C1BBCD (or 0xC1BBCD) is unknown color: approx Moon Raker. HEX triplet: C1, BB and CD. RGB value is (193,187,205). Sum of RGB (Red+Green+Blue) = 193+187+205=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBCD is #3E4432. Grayscale: #BEBEBE. Windows color (decimal): -4080691 or 13482945. OLE color: 13482945.

HSL color Cylindrical-coordinate representation of color #C1BBCD: hue angle of 260º 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 #C1BBCD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193187205-
CMYK0.060.0900.20
HSL260º15.25%76.86%-
HSV(B)260º8.78%80.39%-
XYZ50.7851.2964.98-
YUV190.85135.99129.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=32.99%
G=31.97%
B=35.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931872050.060.0900.2026015.2576.86
HexC1BBCD69014104f4d
Octal30127331561102440417115
Binary110000011011101111001101110100101010010000010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBCD; }

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

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

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

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

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

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

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

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