Html Css Color HEX #C1BDEB Lavender Grey

📋 copy color: '#C1BDEB'

red 193 ◦ green 189 ◦ blue 235

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

Shades of Lavender Grey #C1BDEB

Tints of Lavender Grey #C1BDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 31.28%
G = 30.63%
B = 38.09%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1BDEB (or 0xC1BDEB) is known color: Lavender Grey. HEX triplet: C1, BD and EB. RGB value is (193,189,235). Sum of RGB (Red+Green+Blue) = 193+189+235=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDEB is #3E4214. Grayscale: #C3C3C3. Windows color (decimal): -4080149 or 15449537. OLE color: 15449537.

HSL color Cylindrical-coordinate representation of color #C1BDEB: hue angle of 245.22º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BDEB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 189 235 -
CMYK 0.18 0.20 0 0.08
HSL 245.22º 0.53% 0.83% -
HSV(B) 245.22º 0.2% 0.92% -
XYZ 55.19 53.73 86.06 -
YUV 195.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 193 189 235 0.18 0.20 0 0.08 245.22 0.53 0.83
Hex C1 BD EB 12 14 0 8 F5 35 53
Octal 301 275 353 22 24 0 10 365 65 123
Binary 11000001 10111101 11101011 10010 10100 0 1000 11110101 110101 1010011

Color Harmonies of #C1BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDEB

Black with #C1BDEB

Text Example


Text Example

White with #C1BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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