Html Css Color HEX #C1BACC Moon Raker

📋 copy color: '#C1BACC'

red 193 ◦ green 186 ◦ blue 204

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

Shades of Moon Raker #C1BACC

Tints of Moon Raker #C1BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 33.1%
G = 31.9%
B = 34.99%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C1BACC (or 0xC1BACC) is known color: Moon Raker. HEX triplet: C1, BA and CC. RGB value is (193,186,204). Sum of RGB (Red+Green+Blue) = 193+186+204=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BACC is #3E4533. Grayscale: #BEBEBE. Windows color (decimal): -4080948 or 13417153. OLE color: 13417153.

HSL color Cylindrical-coordinate representation of color #C1BACC: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1BACC is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 186 204 -
CMYK 0.05 0.09 0 0.2
HSL 263.33º 0.15% 0.76% -
HSV(B) 263.33º 0.09% 0.8% -
XYZ 50.45 50.81 64.28 -
YUV 190.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 193 186 204 0.05 0.09 0 0.2 263.33 0.15 0.76
Hex C1 BA CC 5 9 0 14 107 F 4C
Octal 301 272 314 5 11 0 24 407 17 114
Binary 11000001 10111010 11001100 101 1001 0 10100 100000111 1111 1001100

Color Harmonies of #C1BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BACC

Black with #C1BACC

Text Example


Text Example

White with #C1BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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