Html Css Color HEX #C1BCDC Lavender Grey

📋 copy color: '#C1BCDC'

red 193 ◦ green 188 ◦ blue 220

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

Shades of Lavender Grey #C1BCDC

Tints of Lavender Grey #C1BCDC

RGB

 RED value IS 193 (75.78% from 255) = 32.11%

 GREEN value IS 188 (73.83% from 255) = 31.28%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 32.11%
G = 31.28%
B = 36.61%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1BCDC (or 0xC1BCDC) is known color: Lavender Grey. HEX triplet: C1, BC and DC. RGB value is (193,188,220). Sum of RGB (Red+Green+Blue) = 193+188+220=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCDC is #3E4323. Grayscale: #C1C1C1. Windows color (decimal): -4080420 or 14466241. OLE color: 14466241.

HSL color Cylindrical-coordinate representation of color #C1BCDC: hue angle of 249.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1BCDC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 188 220 -
CMYK 0.12 0.15 0 0.14
HSL 249.38º 0.31% 0.8% -
HSV(B) 249.38º 0.15% 0.86% -
XYZ 52.89 52.47 75.05 -
YUV 193.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 193 188 220 0.12 0.15 0 0.14 249.38 0.31 0.8
Hex C1 BC DC C F 0 E F9 1F 50
Octal 301 274 334 14 17 0 16 371 37 120
Binary 11000001 10111100 11011100 1100 1111 0 1110 11111001 11111 1010000

Color Harmonies of #C1BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BCDC

Black with #C1BCDC

Text Example


Text Example

White with #C1BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BCDC; }

 p { color: rgb(193,188,220); }

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

background-color css

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

 a { background-color: rgb(193,188,220); }

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

border-color css

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

 span { border-color: rgb(193,188,220); }

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