#C5BBD1

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

Shades of Moon Raker #C5BBD1

Tints of Moon Raker #C5BBD1

Color information

#C5BBD1 (or 0xC5BBD1) is unknown color: approx Moon Raker. HEX triplet: C5, BB and D1. RGB value is (197,187,209). Sum of RGB (Red+Green+Blue) = 197+187+209=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBD1 is #3A442E. Grayscale: #C0C0C0. Windows color (decimal): -3818543 or 13745093. OLE color: 13745093.

HSL color Cylindrical-coordinate representation of color #C5BBD1: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5BBD1 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197187209-
CMYK0.060.1100.18
HSL267.27º19.3%77.65%-
HSV(B)267.27º10.53%81.96%-
XYZ52.352.0167.6-
YUV192.5137.31131.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=33.22%
G=31.53%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971872090.060.1100.18267.2719.377.65
HexC5BBD16B01210b134e
Octal30527332161302241323116
Binary1100010110111011110100011101011010010100001011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBD1; }

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

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

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

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

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

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

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

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