#C5BBD6

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

Shades of Moon Raker #C5BBD6

Tints of Moon Raker #C5BBD6

Color information

#C5BBD6 (or 0xC5BBD6) is unknown color: approx Moon Raker. HEX triplet: C5, BB and D6. RGB value is (197,187,214). Sum of RGB (Red+Green+Blue) = 197+187+214=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #C5BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBD6 is #3A4429. Grayscale: #C0C0C0. Windows color (decimal): -3818538 or 14072773. OLE color: 14072773.

HSL color Cylindrical-coordinate representation of color #C5BBD6: hue angle of 262.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BBD6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197187214-
CMYK0.080.1300.16
HSL262.22º24.77%78.63%-
HSV(B)262.22º12.62%83.92%-
XYZ52.9352.2770.92-
YUV193.07139.81130.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.94%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 214 (83.98% from 255) = 35.79%
R=32.94%
G=31.27%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971872140.080.1300.16262.2224.7778.63
HexC5BBD68D010106194f
Octal305273326101502040631117
Binary11000101101110111101011010001101010000100000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBD6; }

 p { color: rgb(197,187,214); }

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

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

 a { background-color: rgb(197,187,214); }

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

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

 span { border-color: rgb(197,187,214); }

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