Html Css Color HEX #C1BAD0 Moon Raker

📋 copy color: '#C1BAD0'

red 193 ◦ green 186 ◦ blue 208

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

Shades of Moon Raker #C1BAD0

Tints of Moon Raker #C1BAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.43%

R = 32.88%
G = 31.69%
B = 35.43%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C1BAD0 (or 0xC1BAD0) is known color: Moon Raker. HEX triplet: C1, BA and D0. RGB value is (193,186,208). Sum of RGB (Red+Green+Blue) = 193+186+208=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAD0 is #3E452F. Grayscale: #BEBEBE. Windows color (decimal): -4080944 or 13679297. OLE color: 13679297.

HSL color Cylindrical-coordinate representation of color #C1BAD0: hue angle of 259.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BAD0 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 186 208 -
CMYK 0.07 0.11 0 0.18
HSL 259.09º 0.19% 0.77% -
HSV(B) 259.09º 0.11% 0.82% -
XYZ 50.94 51.01 66.84 -
YUV 190.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 193 186 208 0.07 0.11 0 0.18 259.09 0.19 0.77
Hex C1 BA D0 7 B 0 12 103 13 4D
Octal 301 272 320 7 13 0 22 403 23 115
Binary 11000001 10111010 11010000 111 1011 0 10010 100000011 10011 1001101

Color Harmonies of #C1BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAD0

Black with #C1BAD0

Text Example


Text Example

White with #C1BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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