Html Css Color HEX #C1BED5 Lavender Grey

📋 copy color: '#C1BED5'

red 193 ◦ green 190 ◦ blue 213

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

Shades of Lavender Grey #C1BED5

Tints of Lavender Grey #C1BED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 32.38%
G = 31.88%
B = 35.74%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C1BED5 (or 0xC1BED5) is known color: Lavender Grey. HEX triplet: C1, BE and D5. RGB value is (193,190,213). Sum of RGB (Red+Green+Blue) = 193+190+213=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED5 is #3E412A. Grayscale: #C1C1C1. Windows color (decimal): -4079915 or 14008001. OLE color: 14008001.

HSL color Cylindrical-coordinate representation of color #C1BED5: hue angle of 247.83º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BED5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 190 213 -
CMYK 0.09 0.11 0 0.16
HSL 247.83º 0.21% 0.79% -
HSV(B) 247.83º 0.11% 0.84% -
XYZ 52.42 52.97 70.41 -
YUV 193.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 193 190 213 0.09 0.11 0 0.16 247.83 0.21 0.79
Hex C1 BE D5 9 B 0 10 F8 15 4F
Octal 301 276 325 11 13 0 20 370 25 117
Binary 11000001 10111110 11010101 1001 1011 0 10000 11111000 10101 1001111

Color Harmonies of #C1BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BED5

Black with #C1BED5

Text Example


Text Example

White with #C1BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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