Html Css Color HEX #C5BAD6 Moon Raker

📋 copy color: '#C5BAD6'

red 197 ◦ green 186 ◦ blue 214

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

Shades of Moon Raker #C5BAD6

Tints of Moon Raker #C5BAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 33%
G = 31.16%
B = 35.85%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5BAD6 (or 0xC5BAD6) is known color: Moon Raker. HEX triplet: C5, BA and D6. RGB value is (197,186,214). Sum of RGB (Red+Green+Blue) = 197+186+214=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #C5BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD6 is #3A4529. Grayscale: #C0C0C0. Windows color (decimal): -3818794 or 14072517. OLE color: 14072517.

HSL color Cylindrical-coordinate representation of color #C5BAD6: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BAD6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 186 214 -
CMYK 0.08 0.13 0 0.16
HSL 263.57º 0.25% 0.78% -
HSV(B) 263.57º 0.13% 0.84% -
XYZ 52.72 51.84 70.85 -
YUV 192.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 197 186 214 0.08 0.13 0 0.16 263.57 0.25 0.78
Hex C5 BA D6 8 D 0 10 108 19 4E
Octal 305 272 326 10 15 0 20 410 31 116
Binary 11000101 10111010 11010110 1000 1101 0 10000 100001000 11001 1001110

Color Harmonies of #C5BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAD6

Black with #C5BAD6

Text Example


Text Example

White with #C5BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAD6; }

 p { color: rgb(197,186,214); }

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

background-color css

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

 a { background-color: rgb(197,186,214); }

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

border-color css

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

 span { border-color: rgb(197,186,214); }

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