Html Css Color HEX #C6BCD5 Moon Raker

📋 copy color: '#C6BCD5'

red 198 ◦ green 188 ◦ blue 213

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

Shades of Moon Raker #C6BCD5

Tints of Moon Raker #C6BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 33.06%
G = 31.39%
B = 35.56%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6BCD5 (or 0xC6BCD5) is known color: Moon Raker. HEX triplet: C6, BC and D5. RGB value is (198,188,213). Sum of RGB (Red+Green+Blue) = 198+188+213=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCD5 is #39432A. Grayscale: #C1C1C1. Windows color (decimal): -3752747 or 14007494. OLE color: 14007494.

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

Color convert

RGB 198 188 213 -
CMYK 0.07 0.12 0 0.16
HSL 264º 0.23% 0.79% -
HSV(B) 264º 0.12% 0.84% -
XYZ 53.28 52.78 70.33 -
YUV 193.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 198 188 213 0.07 0.12 0 0.16 264 0.23 0.79
Hex C6 BC D5 7 C 0 10 108 17 4F
Octal 306 274 325 7 14 0 20 410 27 117
Binary 11000110 10111100 11010101 111 1100 0 10000 100001000 10111 1001111

Color Harmonies of #C6BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCD5

Black with #C6BCD5

Text Example


Text Example

White with #C6BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCD5; }

 p { color: rgb(198,188,213); }

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

background-color css

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

 a { background-color: rgb(198,188,213); }

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

border-color css

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

 span { border-color: rgb(198,188,213); }

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