#C8BBD8

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

Shades of Moon Raker #C8BBD8

Tints of Moon Raker #C8BBD8

Color information

#C8BBD8 (or 0xC8BBD8) is unknown color: approx Moon Raker. HEX triplet: C8, BB and D8. RGB value is (200,187,216). Sum of RGB (Red+Green+Blue) = 200+187+216=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBD8 is #374427. Grayscale: #C2C2C2. Windows color (decimal): -3621928 or 14203848. OLE color: 14203848.

HSL color Cylindrical-coordinate representation of color #C8BBD8: hue angle of 266.9º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BBD8 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200187216-
CMYK0.070.1300.15
HSL266.9º27.1%79.02%-
HSV(B)266.9º13.43%84.71%-
XYZ53.9852.7872.31-
YUV194.19140.31132.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.17%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 216 (84.77% from 255) = 35.82%
R=33.17%
G=31.01%
B=35.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001872160.070.1300.15266.927.179.02
HexC8BBD87D0F10b1b4f
Octal31027333071501741333117
Binary110010001011101111011000111110101111100001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBD8; }

 p { color: rgb(200,187,216); }

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

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

 a { background-color: rgb(200,187,216); }

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

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

 span { border-color: rgb(200,187,216); }

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