#C8BFD3

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

Shades of Moon Raker #C8BFD3

Tints of Moon Raker #C8BFD3

Color information

#C8BFD3 (or 0xC8BFD3) is unknown color: approx Moon Raker. HEX triplet: C8, BF and D3. RGB value is (200,191,211). Sum of RGB (Red+Green+Blue) = 200+191+211=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #C8BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD3 is #37402C. Grayscale: #C3C3C3. Windows color (decimal): -3620909 or 13877192. OLE color: 13877192.

HSL color Cylindrical-coordinate representation of color #C8BFD3: hue angle of 267º 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 #C8BFD3 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200191211-
CMYK0.050.0900.17
HSL267º18.52%78.82%-
HSV(B)267º9.48%82.75%-
XYZ54.2154.2469.24-
YUV195.97136.48130.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.22%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=33.22%
G=31.73%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001912110.050.0900.1726718.5278.82
HexC8BFD35901110b134f
Octal31027732351102141323117
Binary1100100010111111110100111011001010001100001011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFD3; }

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

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

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

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

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

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

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

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