Html Css Color HEX #C8BCD9 Moon Raker

📋 copy color: '#C8BCD9'

red 200 ◦ green 188 ◦ blue 217

#C8BCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C8BCD9

Tints of Moon Raker #C8BCD9

RGB

 RED value IS 200 (78.52% from 255) = 33.06%

 GREEN value IS 188 (73.83% from 255) = 31.07%

 BLUE value IS 217 (85.16% from 255) = 35.87%

R = 33.06%
G = 31.07%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8BCD9 (or 0xC8BCD9) is known color: Moon Raker. HEX triplet: C8, BC and D9. RGB value is (200,188,217). Sum of RGB (Red+Green+Blue) = 200+188+217=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCD9 is #374326. Grayscale: #C2C2C2. Windows color (decimal): -3621671 or 14269640. OLE color: 14269640.

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

Color convert

RGB 200 188 217 -
CMYK 0.08 0.13 0 0.15
HSL 264.83º 0.28% 0.79% -
HSV(B) 264.83º 0.13% 0.85% -
XYZ 54.33 53.26 73.06 -
YUV 194.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 200 188 217 0.08 0.13 0 0.15 264.83 0.28 0.79
Hex C8 BC D9 8 D 0 F 109 1C 4F
Octal 310 274 331 10 15 0 17 411 34 117
Binary 11001000 10111100 11011001 1000 1101 0 1111 100001001 11100 1001111

Color Harmonies of #C8BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCD9

Black with #C8BCD9

Text Example


Text Example

White with #C8BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCD9; }

 p { color: rgb(200,188,217); }

 H1.HeaderClassName
 {
   color: #C8BCD9;
 }
 .AnyTagClassName
 {
   color: #C8BCD9;
 }
</style>

background-color css

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

 a { background-color: rgb(200,188,217); }

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

border-color css

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

 span { border-color: rgb(200,188,217); }

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