Html Css Color HEX #C9BDD6 Moon Raker

📋 copy color: '#C9BDD6'

red 201 ◦ green 189 ◦ blue 214

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

Shades of Moon Raker #C9BDD6

Tints of Moon Raker #C9BDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 33.28%
G = 31.29%
B = 35.43%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9BDD6 (or 0xC9BDD6) is known color: Moon Raker. HEX triplet: C9, BD and D6. RGB value is (201,189,214). Sum of RGB (Red+Green+Blue) = 201+189+214=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDD6 is #364229. Grayscale: #C3C3C3. Windows color (decimal): -3555882 or 14073289. OLE color: 14073289.

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

Color convert

RGB 201 189 214 -
CMYK 0.06 0.12 0 0.16
HSL 268.8º 0.23% 0.79% -
HSV(B) 268.8º 0.12% 0.84% -
XYZ 54.42 53.67 71.11 -
YUV 195.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 201 189 214 0.06 0.12 0 0.16 268.8 0.23 0.79
Hex C9 BD D6 6 C 0 10 10D 17 4F
Octal 311 275 326 6 14 0 20 415 27 117
Binary 11001001 10111101 11010110 110 1100 0 10000 100001101 10111 1001111

Color Harmonies of #C9BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDD6

Black with #C9BDD6

Text Example


Text Example

White with #C9BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDD6; }

 p { color: rgb(201,189,214); }

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

background-color css

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

 a { background-color: rgb(201,189,214); }

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

border-color css

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

 span { border-color: rgb(201,189,214); }

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