Html Css Color HEX #C1BDEC Lavender Grey

📋 copy color: '#C1BDEC'

red 193 ◦ green 189 ◦ blue 236

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

Shades of Lavender Grey #C1BDEC

Tints of Lavender Grey #C1BDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 31.23%
G = 30.58%
B = 38.19%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1BDEC (or 0xC1BDEC) is known color: Lavender Grey. HEX triplet: C1, BD and EC. RGB value is (193,189,236). Sum of RGB (Red+Green+Blue) = 193+189+236=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDEC is #3E4213. Grayscale: #C3C3C3. Windows color (decimal): -4080148 or 15515073. OLE color: 15515073.

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

Color convert

RGB 193 189 236 -
CMYK 0.18 0.20 0 0.07
HSL 245.11º 0.55% 0.83% -
HSV(B) 245.11º 0.2% 0.93% -
XYZ 55.33 53.79 86.82 -
YUV 195.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 193 189 236 0.18 0.20 0 0.07 245.11 0.55 0.83
Hex C1 BD EC 12 14 0 7 F5 37 53
Octal 301 275 354 22 24 0 7 365 67 123
Binary 11000001 10111101 11101100 10010 10100 0 111 11110101 110111 1010011

Color Harmonies of #C1BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDEC

Black with #C1BDEC

Text Example


Text Example

White with #C1BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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