Html Css Color HEX #C9BCD9 Moon Raker

📋 copy color: '#C9BCD9'

red 201 ◦ green 188 ◦ blue 217

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

Shades of Moon Raker #C9BCD9

Tints of Moon Raker #C9BCD9

RGB

 RED value IS 201 (78.91% from 255) = 33.17%

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

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

R = 33.17%
G = 31.02%
B = 35.81%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9BCD9 (or 0xC9BCD9) is known color: Moon Raker. HEX triplet: C9, BC and D9. RGB value is (201,188,217). Sum of RGB (Red+Green+Blue) = 201+188+217=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCD9 is #364326. Grayscale: #C3C3C3. Windows color (decimal): -3556135 or 14269641. OLE color: 14269641.

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

Color convert

RGB 201 188 217 -
CMYK 0.07 0.13 0 0.15
HSL 266.9º 0.28% 0.79% -
HSV(B) 266.9º 0.13% 0.85% -
XYZ 54.6 53.39 73.07 -
YUV 195.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 201 188 217 0.07 0.13 0 0.15 266.9 0.28 0.79
Hex C9 BC D9 7 D 0 F 10B 1C 4F
Octal 311 274 331 7 15 0 17 413 34 117
Binary 11001001 10111100 11011001 111 1101 0 1111 100001011 11100 1001111

Color Harmonies of #C9BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCD9

Black with #C9BCD9

Text Example


Text Example

White with #C9BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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