#C1BCCB

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

Shades of Moon Raker #C1BCCB

Tints of Moon Raker #C1BCCB

Color information

#C1BCCB (or 0xC1BCCB) is unknown color: approx Moon Raker. HEX triplet: C1, BC and CB. RGB value is (193,188,203). Sum of RGB (Red+Green+Blue) = 193+188+203=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCCB is #3E4334. Grayscale: #BFBFBF. Windows color (decimal): -4080437 or 13352129. OLE color: 13352129.

HSL color Cylindrical-coordinate representation of color #C1BCCB: 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 #C1BCCB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193188203-
CMYK0.050.0700.20
HSL260º12.61%76.67%-
HSV(B)260º7.39%79.61%-
XYZ50.7651.6263.79-
YUV191.2134.66129.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=33.05%
G=32.19%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931882030.050.0700.2026012.6176.67
HexC1BCCB57014104d4d
Octal3012743135702440415115
Binary11000001101111001100101110111101010010000010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCCB; }

 p { color: rgb(193,188,203); }

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

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

 a { background-color: rgb(193,188,203); }

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

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

 span { border-color: rgb(193,188,203); }

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