#C7BFD3

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

Shades of Moon Raker #C7BFD3

Tints of Moon Raker #C7BFD3

Color information

#C7BFD3 (or 0xC7BFD3) is unknown color: approx Moon Raker. HEX triplet: C7, BF and D3. RGB value is (199,191,211). Sum of RGB (Red+Green+Blue) = 199+191+211=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #C7BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFD3 is #38402C. Grayscale: #C3C3C3. Windows color (decimal): -3686445 or 13877191. OLE color: 13877191.

HSL color Cylindrical-coordinate representation of color #C7BFD3: hue angle of 264º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BFD3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199191211-
CMYK0.060.0900.17
HSL264º18.52%78.82%-
HSV(B)264º9.48%82.75%-
XYZ53.9454.1169.23-
YUV195.67136.65130.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.11%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 211 (82.81% from 255) = 35.11%
R=33.11%
G=31.78%
B=35.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1991912110.060.0900.1726418.5278.82
HexC7BFD369011108134f
Octal30727732361102141023117
Binary1100011110111111110100111101001010001100001000100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFD3; }

 p { color: rgb(199,191,211); }

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

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

 a { background-color: rgb(199,191,211); }

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

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

 span { border-color: rgb(199,191,211); }

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