Html Css Color HEX #C1BDE1 Lavender Grey

📋 copy color: '#C1BDE1'

red 193 ◦ green 189 ◦ blue 225

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

Shades of Lavender Grey #C1BDE1

Tints of Lavender Grey #C1BDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 31.8%
G = 31.14%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C1BDE1 (or 0xC1BDE1) is known color: Lavender Grey. HEX triplet: C1, BD and E1. RGB value is (193,189,225). Sum of RGB (Red+Green+Blue) = 193+189+225=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDE1 is #3E421E. Grayscale: #C2C2C2. Windows color (decimal): -4080159 or 14794177. OLE color: 14794177.

HSL color Cylindrical-coordinate representation of color #C1BDE1: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BDE1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 189 225 -
CMYK 0.14 0.16 0 0.12
HSL 246.67º 0.38% 0.81% -
HSV(B) 246.67º 0.16% 0.88% -
XYZ 53.78 53.17 78.66 -
YUV 194.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 193 189 225 0.14 0.16 0 0.12 246.67 0.38 0.81
Hex C1 BD E1 E 10 0 C F7 26 51
Octal 301 275 341 16 20 0 14 367 46 121
Binary 11000001 10111101 11100001 1110 10000 0 1100 11110111 100110 1010001

Color Harmonies of #C1BDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDE1

Black with #C1BDE1

Text Example


Text Example

White with #C1BDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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