Html Css Color HEX #C5BAC7 Prelude

📋 copy color: '#C5BAC7'

red 197 ◦ green 186 ◦ blue 199

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

Shades of Prelude #C5BAC7

Tints of Prelude #C5BAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 33.85%
G = 31.96%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5BAC7 (or 0xC5BAC7) is known color: Prelude. HEX triplet: C5, BA and C7. RGB value is (197,186,199). Sum of RGB (Red+Green+Blue) = 197+186+199=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 199 - color contains mainly: blue. Hex color #C5BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAC7 is #3A4538. Grayscale: #BEBEBE. Windows color (decimal): -3818809 or 13089477. OLE color: 13089477.

HSL color Cylindrical-coordinate representation of color #C5BAC7: hue angle of 290.77º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BAC7 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 186 199 -
CMYK 0.01 0.07 0 0.22
HSL 290.77º 0.1% 0.75% -
HSV(B) 290.77º 0.07% 0.78% -
XYZ 50.89 51.11 61.22 -
YUV 190.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 197 186 199 0.01 0.07 0 0.22 290.77 0.1 0.75
Hex C5 BA C7 1 7 0 16 123 A 4B
Octal 305 272 307 1 7 0 26 443 12 113
Binary 11000101 10111010 11000111 1 111 0 10110 100100011 1010 1001011

Color Harmonies of #C5BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAC7

Black with #C5BAC7

Text Example


Text Example

White with #C5BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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