Html Css Color HEX #C1BEDF Lavender Grey

📋 copy color: '#C1BEDF'

red 193 ◦ green 190 ◦ blue 223

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

Shades of Lavender Grey #C1BEDF

Tints of Lavender Grey #C1BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.35%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 31.85%
G = 31.35%
B = 36.8%

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

#C1BEDF (or 0xC1BEDF) is known color: Lavender Grey. HEX triplet: C1, BE and DF. RGB value is (193,190,223). Sum of RGB (Red+Green+Blue) = 193+190+223=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEDF is #3E4120. Grayscale: #C2C2C2. Windows color (decimal): -4079905 or 14663361. OLE color: 14663361.

HSL color Cylindrical-coordinate representation of color #C1BEDF: hue angle of 245.45º degrees, saturation: 0.34, 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 #C1BEDF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 190 223 -
CMYK 0.13 0.15 0 0.13
HSL 245.45º 0.34% 0.81% -
HSV(B) 245.45º 0.15% 0.87% -
XYZ 53.73 53.49 77.31 -
YUV 194.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 193 190 223 0.13 0.15 0 0.13 245.45 0.34 0.81
Hex C1 BE DF D F 0 D F5 22 51
Octal 301 276 337 15 17 0 15 365 42 121
Binary 11000001 10111110 11011111 1101 1111 0 1101 11110101 100010 1010001

Color Harmonies of #C1BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEDF

Black with #C1BEDF

Text Example


Text Example

White with #C1BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEDF; }

 p { color: rgb(193,190,223); }

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

background-color css

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

 a { background-color: rgb(193,190,223); }

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

border-color css

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

 span { border-color: rgb(193,190,223); }

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