#C8BFD5

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

Shades of Moon Raker #C8BFD5

Tints of Moon Raker #C8BFD5

Color information

#C8BFD5 (or 0xC8BFD5) is unknown color: approx Moon Raker. HEX triplet: C8, BF and D5. RGB value is (200,191,213). Sum of RGB (Red+Green+Blue) = 200+191+213=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD5 is #37402A. Grayscale: #C4C4C4. Windows color (decimal): -3620907 or 14008264. OLE color: 14008264.

HSL color Cylindrical-coordinate representation of color #C8BFD5: hue angle of 264.55º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BFD5 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200191213-
CMYK0.060.1000.16
HSL264.55º20.75%79.22%-
HSV(B)264.55º10.33%83.53%-
XYZ54.4654.3570.57-
YUV196.2137.48130.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.11%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=33.11%
G=31.62%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001912130.060.1000.16264.5520.7579.22
HexC8BFD56A010109154f
Octal31027732561202041125117
Binary1100100010111111110101011101010010000100001001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFD5; }

 p { color: rgb(200,191,213); }

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

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

 a { background-color: rgb(200,191,213); }

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

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

 span { border-color: rgb(200,191,213); }

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