#C7BBD9

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

Shades of Moon Raker #C7BBD9

Tints of Moon Raker #C7BBD9

Color information

#C7BBD9 (or 0xC7BBD9) is unknown color: approx Moon Raker. HEX triplet: C7, BB and D9. RGB value is (199,187,217). Sum of RGB (Red+Green+Blue) = 199+187+217=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBD9 is #384426. Grayscale: #C1C1C1. Windows color (decimal): -3687463 or 14269383. OLE color: 14269383.

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

Color convert

RGB199187217-
CMYK0.080.1400.15
HSL264º28.3%79.22%-
HSV(B)264º13.82%85.1%-
XYZ53.8552.6972.98-
YUV194.01140.98131.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=33.00%
G=31.01%
B=35.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991872170.080.1400.1526428.379.22
HexC7BBD98E0F1081c4f
Octal307273331101601741034117
Binary1100011110111011110110011000111001111100001000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBD9; }

 p { color: rgb(199,187,217); }

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

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

 a { background-color: rgb(199,187,217); }

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

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

 span { border-color: rgb(199,187,217); }

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