Html Css Color HEX #C5BAC6 Lola

📋 copy color: '#C5BAC6'

red 197 ◦ green 186 ◦ blue 198

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

Shades of Lola #C5BAC6

Tints of Lola #C5BAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.08%

R = 33.91%
G = 32.01%
B = 34.08%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5BAC6 (or 0xC5BAC6) is known color: Lola. HEX triplet: C5, BA and C6. RGB value is (197,186,198). Sum of RGB (Red+Green+Blue) = 197+186+198=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAC6 is #3A4539. Grayscale: #BEBEBE. Windows color (decimal): -3818810 or 13023941. OLE color: 13023941.

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

Color convert

RGB 197 186 198 -
CMYK 0.01 0.06 0 0.22
HSL 295º 0.1% 0.75% -
HSV(B) 295º 0.06% 0.78% -
XYZ 50.78 51.07 60.61 -
YUV 190.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 197 186 198 0.01 0.06 0 0.22 295 0.1 0.75
Hex C5 BA C6 1 6 0 16 127 A 4B
Octal 305 272 306 1 6 0 26 447 12 113
Binary 11000101 10111010 11000110 1 110 0 10110 100100111 1010 1001011

Color Harmonies of #C5BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAC6

Black with #C5BAC6

Text Example


Text Example

White with #C5BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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