Html Css Color HEX #C1BACE Moon Raker

📋 copy color: '#C1BACE'

red 193 ◦ green 186 ◦ blue 206

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

Shades of Moon Raker #C1BACE

Tints of Moon Raker #C1BACE

RGB

 RED value IS 193 (75.78% from 255) = 32.99%

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 32.99%
G = 31.79%
B = 35.21%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1BACE (or 0xC1BACE) is known color: Moon Raker. HEX triplet: C1, BA and CE. RGB value is (193,186,206). Sum of RGB (Red+Green+Blue) = 193+186+206=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BACE is #3E4531. Grayscale: #BEBEBE. Windows color (decimal): -4080946 or 13548225. OLE color: 13548225.

HSL color Cylindrical-coordinate representation of color #C1BACE: hue angle of 261º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BACE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 186 206 -
CMYK 0.06 0.10 0 0.19
HSL 261º 0.17% 0.77% -
HSV(B) 261º 0.1% 0.81% -
XYZ 50.69 50.91 65.55 -
YUV 190.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 193 186 206 0.06 0.10 0 0.19 261 0.17 0.77
Hex C1 BA CE 6 A 0 13 105 11 4D
Octal 301 272 316 6 12 0 23 405 21 115
Binary 11000001 10111010 11001110 110 1010 0 10011 100000101 10001 1001101

Color Harmonies of #C1BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BACE

Black with #C1BACE

Text Example


Text Example

White with #C1BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BACE; }

 p { color: rgb(193,186,206); }

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

background-color css

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

 a { background-color: rgb(193,186,206); }

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

border-color css

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

 span { border-color: rgb(193,186,206); }

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