Html Css Color HEX #C8BAD9 Moon Raker

📋 copy color: '#C8BAD9'

red 200 ◦ green 186 ◦ blue 217

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

Shades of Moon Raker #C8BAD9

Tints of Moon Raker #C8BAD9

RGB

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

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

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

R = 33.17%
G = 30.85%
B = 35.99%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8BAD9 (or 0xC8BAD9) is known color: Moon Raker. HEX triplet: C8, BA and D9. RGB value is (200,186,217). Sum of RGB (Red+Green+Blue) = 200+186+217=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAD9 is #374526. Grayscale: #C1C1C1. Windows color (decimal): -3622183 or 14269128. OLE color: 14269128.

HSL color Cylindrical-coordinate representation of color #C8BAD9: hue angle of 267.1º degrees, saturation: 0.29, 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 #C8BAD9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 186 217 -
CMYK 0.08 0.14 0 0.15
HSL 267.1º 0.29% 0.79% -
HSV(B) 267.1º 0.14% 0.85% -
XYZ 53.9 52.41 72.92 -
YUV 193.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 200 186 217 0.08 0.14 0 0.15 267.1 0.29 0.79
Hex C8 BA D9 8 E 0 F 10B 1D 4F
Octal 310 272 331 10 16 0 17 413 35 117
Binary 11001000 10111010 11011001 1000 1110 0 1111 100001011 11101 1001111

Color Harmonies of #C8BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAD9

Black with #C8BAD9

Text Example


Text Example

White with #C8BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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