Html Css Color HEX #C1BDDF Lavender Grey

📋 copy color: '#C1BDDF'

red 193 ◦ green 189 ◦ blue 223

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

Shades of Lavender Grey #C1BDDF

Tints of Lavender Grey #C1BDDF

RGB

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

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

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

R = 31.9%
G = 31.24%
B = 36.86%

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

#C1BDDF (or 0xC1BDDF) is known color: Lavender Grey. HEX triplet: C1, BD and DF. RGB value is (193,189,223). Sum of RGB (Red+Green+Blue) = 193+189+223=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDDF is #3E4220. Grayscale: #C1C1C1. Windows color (decimal): -4080161 or 14663105. OLE color: 14663105.

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

Color convert

RGB 193 189 223 -
CMYK 0.13 0.15 0 0.13
HSL 247.06º 0.35% 0.81% -
HSV(B) 247.06º 0.15% 0.87% -
XYZ 53.51 53.06 77.23 -
YUV 194.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 193 189 223 0.13 0.15 0 0.13 247.06 0.35 0.81
Hex C1 BD DF D F 0 D F7 23 51
Octal 301 275 337 15 17 0 15 367 43 121
Binary 11000001 10111101 11011111 1101 1111 0 1101 11110111 100011 1010001

Color Harmonies of #C1BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDDF

Black with #C1BDDF

Text Example


Text Example

White with #C1BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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