Html Css Color HEX #C1BDDE Lavender Grey

📋 copy color: '#C1BDDE'

red 193 ◦ green 189 ◦ blue 222

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

Shades of Lavender Grey #C1BDDE

Tints of Lavender Grey #C1BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 31.95%
G = 31.29%
B = 36.75%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1BDDE (or 0xC1BDDE) is known color: Lavender Grey. HEX triplet: C1, BD and DE. RGB value is (193,189,222). Sum of RGB (Red+Green+Blue) = 193+189+222=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDDE is #3E4221. Grayscale: #C1C1C1. Windows color (decimal): -4080162 or 14597569. OLE color: 14597569.

HSL color Cylindrical-coordinate representation of color #C1BDDE: hue angle of 247.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1BDDE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 189 222 -
CMYK 0.13 0.15 0 0.13
HSL 247.27º 0.33% 0.81% -
HSV(B) 247.27º 0.15% 0.87% -
XYZ 53.37 53.01 76.53 -
YUV 193.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 193 189 222 0.13 0.15 0 0.13 247.27 0.33 0.81
Hex C1 BD DE D F 0 D F7 21 51
Octal 301 275 336 15 17 0 15 367 41 121
Binary 11000001 10111101 11011110 1101 1111 0 1101 11110111 100001 1010001

Color Harmonies of #C1BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDDE

Black with #C1BDDE

Text Example


Text Example

White with #C1BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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