Html Css Color HEX #C5BCD1 Moon Raker

📋 copy color: '#C5BCD1'

red 197 ◦ green 188 ◦ blue 209

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

Shades of Moon Raker #C5BCD1

Tints of Moon Raker #C5BCD1

RGB

 RED value IS 197 (77.34% from 255) = 33.16%

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

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 33.16%
G = 31.65%
B = 35.19%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5BCD1 (or 0xC5BCD1) is known color: Moon Raker. HEX triplet: C5, BC and D1. RGB value is (197,188,209). Sum of RGB (Red+Green+Blue) = 197+188+209=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCD1 is #3A432E. Grayscale: #C1C1C1. Windows color (decimal): -3818287 or 13745349. OLE color: 13745349.

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

Color convert

RGB 197 188 209 -
CMYK 0.06 0.10 0 0.18
HSL 265.71º 0.19% 0.78% -
HSV(B) 265.71º 0.1% 0.82% -
XYZ 52.52 52.44 67.68 -
YUV 193.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 197 188 209 0.06 0.10 0 0.18 265.71 0.19 0.78
Hex C5 BC D1 6 A 0 12 10A 13 4E
Octal 305 274 321 6 12 0 22 412 23 116
Binary 11000101 10111100 11010001 110 1010 0 10010 100001010 10011 1001110

Color Harmonies of #C5BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCD1

Black with #C5BCD1

Text Example


Text Example

White with #C5BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCD1; }

 p { color: rgb(197,188,209); }

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

background-color css

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

 a { background-color: rgb(197,188,209); }

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

border-color css

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

 span { border-color: rgb(197,188,209); }

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