#C7BBD6

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

Shades of Moon Raker #C7BBD6

Tints of Moon Raker #C7BBD6

Color information

#C7BBD6 (or 0xC7BBD6) is unknown color: approx Moon Raker. HEX triplet: C7, BB and D6. RGB value is (199,187,214). Sum of RGB (Red+Green+Blue) = 199+187+214=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #C7BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBD6 is #384429. Grayscale: #C1C1C1. Windows color (decimal): -3687466 or 14072775. OLE color: 14072775.

HSL color Cylindrical-coordinate representation of color #C7BBD6: hue angle of 266.67º 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 #C7BBD6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199187214-
CMYK0.070.1300.16
HSL266.67º24.77%78.63%-
HSV(B)266.67º12.62%83.92%-
XYZ53.4652.5470.94-
YUV193.67139.48131.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.17%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=33.17%
G=31.17%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991872140.070.1300.16266.6724.7778.63
HexC7BBD67D01010b194f
Octal30727332671502041331117
Binary1100011110111011110101101111101010000100001011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBD6; }

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

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

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

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

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

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

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

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