Html Css Color HEX #C9BADC Moon Raker

📋 copy color: '#C9BADC'

red 201 ◦ green 186 ◦ blue 220

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

Shades of Moon Raker #C9BADC

Tints of Moon Raker #C9BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.64%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 33.11%
G = 30.64%
B = 36.24%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9BADC (or 0xC9BADC) is known color: Moon Raker. HEX triplet: C9, BA and DC. RGB value is (201,186,220). Sum of RGB (Red+Green+Blue) = 201+186+220=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BADC is #364523. Grayscale: #C2C2C2. Windows color (decimal): -3556644 or 14465737. OLE color: 14465737.

HSL color Cylindrical-coordinate representation of color #C9BADC: hue angle of 266.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BADC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 186 220 -
CMYK 0.09 0.15 0 0.14
HSL 266.47º 0.33% 0.8% -
HSV(B) 266.47º 0.15% 0.86% -
XYZ 54.56 52.7 75.01 -
YUV 194.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 201 186 220 0.09 0.15 0 0.14 266.47 0.33 0.8
Hex C9 BA DC 9 F 0 E 10A 21 50
Octal 311 272 334 11 17 0 16 412 41 120
Binary 11001001 10111010 11011100 1001 1111 0 1110 100001010 100001 1010000

Color Harmonies of #C9BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BADC

Black with #C9BADC

Text Example


Text Example

White with #C9BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BADC; }

 p { color: rgb(201,186,220); }

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

background-color css

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

 a { background-color: rgb(201,186,220); }

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

border-color css

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

 span { border-color: rgb(201,186,220); }

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