Html Css Color HEX #C5BACD Prelude

📋 copy color: '#C5BACD'

red 197 ◦ green 186 ◦ blue 205

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

Shades of Prelude #C5BACD

Tints of Prelude #C5BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 33.5%
G = 31.63%
B = 34.86%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5BACD (or 0xC5BACD) is known color: Prelude. HEX triplet: C5, BA and CD. RGB value is (197,186,205). Sum of RGB (Red+Green+Blue) = 197+186+205=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACD is #3A4532. Grayscale: #BFBFBF. Windows color (decimal): -3818803 or 13482693. OLE color: 13482693.

HSL color Cylindrical-coordinate representation of color #C5BACD: hue angle of 274.74º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5BACD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 186 205 -
CMYK 0.04 0.09 0 0.20
HSL 274.74º 0.16% 0.77% -
HSV(B) 274.74º 0.09% 0.8% -
XYZ 51.6 51.4 64.96 -
YUV 191.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 197 186 205 0.04 0.09 0 0.20 274.74 0.16 0.77
Hex C5 BA CD 4 9 0 14 113 10 4D
Octal 305 272 315 4 11 0 24 423 20 115
Binary 11000101 10111010 11001101 100 1001 0 10100 100010011 10000 1001101

Color Harmonies of #C5BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BACD

Black with #C5BACD

Text Example


Text Example

White with #C5BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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