Html Css Color HEX #C9BAD8 Moon Raker

📋 copy color: '#C9BAD8'

red 201 ◦ green 186 ◦ blue 216

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

Shades of Moon Raker #C9BAD8

Tints of Moon Raker #C9BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.82%

R = 33.33%
G = 30.85%
B = 35.82%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9BAD8 (or 0xC9BAD8) is known color: Moon Raker. HEX triplet: C9, BA and D8. RGB value is (201,186,216). Sum of RGB (Red+Green+Blue) = 201+186+216=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAD8 is #364527. Grayscale: #C1C1C1. Windows color (decimal): -3556648 or 14203593. OLE color: 14203593.

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

Color convert

RGB 201 186 216 -
CMYK 0.07 0.14 0 0.15
HSL 270º 0.28% 0.79% -
HSV(B) 270º 0.14% 0.85% -
XYZ 54.04 52.49 72.25 -
YUV 193.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 201 186 216 0.07 0.14 0 0.15 270 0.28 0.79
Hex C9 BA D8 7 E 0 F 10E 1C 4F
Octal 311 272 330 7 16 0 17 416 34 117
Binary 11001001 10111010 11011000 111 1110 0 1111 100001110 11100 1001111

Color Harmonies of #C9BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAD8

Black with #C9BAD8

Text Example


Text Example

White with #C9BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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