Html Css Color HEX #C5BAD5 Moon Raker

📋 copy color: '#C5BAD5'

red 197 ◦ green 186 ◦ blue 213

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

Shades of Moon Raker #C5BAD5

Tints of Moon Raker #C5BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 33.05%
G = 31.21%
B = 35.74%

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

#C5BAD5 (or 0xC5BAD5) is known color: Moon Raker. HEX triplet: C5, BA and D5. RGB value is (197,186,213). Sum of RGB (Red+Green+Blue) = 197+186+213=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD5 is #3A452A. Grayscale: #C0C0C0. Windows color (decimal): -3818795 or 14006981. OLE color: 14006981.

HSL color Cylindrical-coordinate representation of color #C5BAD5: hue angle of 264.44º degrees, saturation: 0.24, 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 #C5BAD5 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 186 213 -
CMYK 0.08 0.13 0 0.16
HSL 264.44º 0.24% 0.78% -
HSV(B) 264.44º 0.13% 0.84% -
XYZ 52.6 51.79 70.18 -
YUV 192.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 197 186 213 0.08 0.13 0 0.16 264.44 0.24 0.78
Hex C5 BA D5 8 D 0 10 108 18 4E
Octal 305 272 325 10 15 0 20 410 30 116
Binary 11000101 10111010 11010101 1000 1101 0 10000 100001000 11000 1001110

Color Harmonies of #C5BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAD5

Black with #C5BAD5

Text Example


Text Example

White with #C5BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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