Html Css Color HEX #C1BDE6 Lavender Grey

📋 copy color: '#C1BDE6'

red 193 ◦ green 189 ◦ blue 230

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

Shades of Lavender Grey #C1BDE6

Tints of Lavender Grey #C1BDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 31.54%
G = 30.88%
B = 37.58%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C1BDE6 (or 0xC1BDE6) is known color: Lavender Grey. HEX triplet: C1, BD and E6. RGB value is (193,189,230). Sum of RGB (Red+Green+Blue) = 193+189+230=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDE6 is #3E4219. Grayscale: #C2C2C2. Windows color (decimal): -4080154 or 15121857. OLE color: 15121857.

HSL color Cylindrical-coordinate representation of color #C1BDE6: hue angle of 245.85º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1BDE6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 189 230 -
CMYK 0.16 0.18 0 0.10
HSL 245.85º 0.45% 0.82% -
HSV(B) 245.85º 0.18% 0.9% -
XYZ 54.47 53.45 82.31 -
YUV 194.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 193 189 230 0.16 0.18 0 0.10 245.85 0.45 0.82
Hex C1 BD E6 10 12 0 A F6 2D 52
Octal 301 275 346 20 22 0 12 366 55 122
Binary 11000001 10111101 11100110 10000 10010 0 1010 11110110 101101 1010010

Color Harmonies of #C1BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDE6

Black with #C1BDE6

Text Example


Text Example

White with #C1BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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