Html Css Color HEX #C7BAC8 Lola

📋 copy color: '#C7BAC8'

red 199 ◦ green 186 ◦ blue 200

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

Shades of Lola #C7BAC8

Tints of Lola #C7BAC8

RGB

 RED value IS 199 (78.13% from 255) = 34.02%

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

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 34.02%
G = 31.79%
B = 34.19%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C7BAC8 (or 0xC7BAC8) is known color: Lola. HEX triplet: C7, BA and C8. RGB value is (199,186,200). Sum of RGB (Red+Green+Blue) = 199+186+200=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 200 - color contains mainly: blue. Hex color #C7BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAC8 is #384537. Grayscale: #BFBFBF. Windows color (decimal): -3687736 or 13155015. OLE color: 13155015.

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

Color convert

RGB 199 186 200 -
CMYK 0.00 0.07 0 0.22
HSL 295.71º 0.11% 0.76% -
HSV(B) 295.71º 0.07% 0.78% -
XYZ 51.54 51.43 61.85 -
YUV 191.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 199 186 200 0.00 0.07 0 0.22 295.71 0.11 0.76
Hex C7 BA C8 0 7 0 16 128 B 4C
Octal 307 272 310 0 7 0 26 450 13 114
Binary 11000111 10111010 11001000 0 111 0 10110 100101000 1011 1001100

Color Harmonies of #C7BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAC8

Black with #C7BAC8

Text Example


Text Example

White with #C7BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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