#C5BBD0

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

Shades of Moon Raker #C5BBD0

Tints of Moon Raker #C5BBD0

Color information

#C5BBD0 (or 0xC5BBD0) is unknown color: approx Moon Raker. HEX triplet: C5, BB and D0. RGB value is (197,187,208). Sum of RGB (Red+Green+Blue) = 197+187+208=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBD0 is #3A442F. Grayscale: #C0C0C0. Windows color (decimal): -3818544 or 13679557. OLE color: 13679557.

HSL color Cylindrical-coordinate representation of color #C5BBD0: hue angle of 268.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BBD0 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197187208-
CMYK0.050.1000.18
HSL268.57º18.26%77.45%-
HSV(B)268.57º10.1%81.57%-
XYZ52.1851.9766.95-
YUV192.38136.81131.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=33.28%
G=31.59%
B=35.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971872080.050.1000.18268.5718.2677.45
HexC5BBD05A01210d124d
Octal30527332051202241522115
Binary1100010110111011110100001011010010010100001101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBD0; }

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

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

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

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

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

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

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

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