Html Css Color HEX #C8BAD6 Moon Raker

📋 copy color: '#C8BAD6'

red 200 ◦ green 186 ◦ blue 214

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

Shades of Moon Raker #C8BAD6

Tints of Moon Raker #C8BAD6

RGB

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

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

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

R = 33.33%
G = 31%
B = 35.67%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8BAD6 (or 0xC8BAD6) is known color: Moon Raker. HEX triplet: C8, BA and D6. RGB value is (200,186,214). Sum of RGB (Red+Green+Blue) = 200+186+214=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAD6 is #374529. Grayscale: #C1C1C1. Windows color (decimal): -3622186 or 14072520. OLE color: 14072520.

HSL color Cylindrical-coordinate representation of color #C8BAD6: hue angle of 270º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BAD6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 186 214 -
CMYK 0.07 0.13 0 0.16
HSL 270º 0.25% 0.78% -
HSV(B) 270º 0.13% 0.84% -
XYZ 53.52 52.25 70.88 -
YUV 193.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 200 186 214 0.07 0.13 0 0.16 270 0.25 0.78
Hex C8 BA D6 7 D 0 10 10E 19 4E
Octal 310 272 326 7 15 0 20 416 31 116
Binary 11001000 10111010 11010110 111 1101 0 10000 100001110 11001 1001110

Color Harmonies of #C8BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAD6

Black with #C8BAD6

Text Example


Text Example

White with #C8BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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