Html Css Color HEX #C5BBC6 Lola

📋 copy color: '#C5BBC6'

red 197 ◦ green 187 ◦ blue 198

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

Shades of Lola #C5BBC6

Tints of Lola #C5BBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 33.85%
G = 32.13%
B = 34.02%

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

#C5BBC6 (or 0xC5BBC6) is known color: Lola. HEX triplet: C5, BB and C6. RGB value is (197,187,198). Sum of RGB (Red+Green+Blue) = 197+187+198=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBC6 is #3A4439. Grayscale: #BFBFBF. Windows color (decimal): -3818554 or 13024197. OLE color: 13024197.

HSL color Cylindrical-coordinate representation of color #C5BBC6: hue angle of 294.55º degrees, saturation: 0.09, 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 #C5BBC6 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 187 198 -
CMYK 0.01 0.06 0 0.22
HSL 294.55º 0.09% 0.75% -
HSV(B) 294.55º 0.06% 0.78% -
XYZ 50.99 51.49 60.68 -
YUV 191.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 197 187 198 0.01 0.06 0 0.22 294.55 0.09 0.75
Hex C5 BB C6 1 6 0 16 127 9 4B
Octal 305 273 306 1 6 0 26 447 11 113
Binary 11000101 10111011 11000110 1 110 0 10110 100100111 1001 1001011

Color Harmonies of #C5BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBC6

Black with #C5BBC6

Text Example


Text Example

White with #C5BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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