Html Css Color HEX #C1BDD6 Lavender Grey

📋 copy color: '#C1BDD6'

red 193 ◦ green 189 ◦ blue 214

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

Shades of Lavender Grey #C1BDD6

Tints of Lavender Grey #C1BDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.71%

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 32.38%
G = 31.71%
B = 35.91%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C1BDD6 (or 0xC1BDD6) is known color: Lavender Grey. HEX triplet: C1, BD and D6. RGB value is (193,189,214). Sum of RGB (Red+Green+Blue) = 193+189+214=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #C1BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDD6 is #3E4229. Grayscale: #C0C0C0. Windows color (decimal): -4080170 or 14073281. OLE color: 14073281.

HSL color Cylindrical-coordinate representation of color #C1BDD6: hue angle of 249.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1BDD6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 189 214 -
CMYK 0.10 0.12 0 0.16
HSL 249.6º 0.23% 0.79% -
HSV(B) 249.6º 0.12% 0.84% -
XYZ 52.33 52.59 71.01 -
YUV 193.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 193 189 214 0.10 0.12 0 0.16 249.6 0.23 0.79
Hex C1 BD D6 A C 0 10 FA 17 4F
Octal 301 275 326 12 14 0 20 372 27 117
Binary 11000001 10111101 11010110 1010 1100 0 10000 11111010 10111 1001111

Color Harmonies of #C1BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDD6

Black with #C1BDD6

Text Example


Text Example

White with #C1BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDD6; }

 p { color: rgb(193,189,214); }

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

background-color css

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

 a { background-color: rgb(193,189,214); }

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

border-color css

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

 span { border-color: rgb(193,189,214); }

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