Html Css Color HEX #C6BAD6 Moon Raker

📋 copy color: '#C6BAD6'

red 198 ◦ green 186 ◦ blue 214

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

Shades of Moon Raker #C6BAD6

Tints of Moon Raker #C6BAD6

RGB

 RED value IS 198 (77.73% from 255) = 33.11%

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

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

R = 33.11%
G = 31.1%
B = 35.79%

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

#C6BAD6 (or 0xC6BAD6) is known color: Moon Raker. HEX triplet: C6, BA and D6. RGB value is (198,186,214). Sum of RGB (Red+Green+Blue) = 198+186+214=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #C6BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BAD6 is #394529. Grayscale: #C0C0C0. Windows color (decimal): -3753258 or 14072518. OLE color: 14072518.

HSL color Cylindrical-coordinate representation of color #C6BAD6: hue angle of 265.71º 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 #C6BAD6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 186 214 -
CMYK 0.07 0.13 0 0.16
HSL 265.71º 0.25% 0.78% -
HSV(B) 265.71º 0.13% 0.84% -
XYZ 52.99 51.98 70.86 -
YUV 192.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 198 186 214 0.07 0.13 0 0.16 265.71 0.25 0.78
Hex C6 BA D6 7 D 0 10 10A 19 4E
Octal 306 272 326 7 15 0 20 412 31 116
Binary 11000110 10111010 11010110 111 1101 0 10000 100001010 11001 1001110

Color Harmonies of #C6BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAD6

Black with #C6BAD6

Text Example


Text Example

White with #C6BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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