Html Css Color HEX #C1BFE1 Lavender Grey

📋 copy color: '#C1BFE1'

red 193 ◦ green 191 ◦ blue 225

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

Shades of Lavender Grey #C1BFE1

Tints of Lavender Grey #C1BFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 31.36%

 BLUE value IS 225 (88.28% from 255) = 36.95%

R = 31.69%
G = 31.36%
B = 36.95%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C1BFE1 (or 0xC1BFE1) is known color: Lavender Grey. HEX triplet: C1, BF and E1. RGB value is (193,191,225). Sum of RGB (Red+Green+Blue) = 193+191+225=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFE1 is #3E401E. Grayscale: #C3C3C3. Windows color (decimal): -4079647 or 14794689. OLE color: 14794689.

HSL color Cylindrical-coordinate representation of color #C1BFE1: hue angle of 243.53º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1BFE1 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 191 225 -
CMYK 0.14 0.15 0 0.12
HSL 243.53º 0.36% 0.82% -
HSV(B) 243.53º 0.15% 0.88% -
XYZ 54.21 54.04 78.81 -
YUV 195.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 193 191 225 0.14 0.15 0 0.12 243.53 0.36 0.82
Hex C1 BF E1 E F 0 C F4 24 52
Octal 301 277 341 16 17 0 14 364 44 122
Binary 11000001 10111111 11100001 1110 1111 0 1100 11110100 100100 1010010

Color Harmonies of #C1BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BFE1

Black with #C1BFE1

Text Example


Text Example

White with #C1BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BFE1; }

 p { color: rgb(193,191,225); }

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

background-color css

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

 a { background-color: rgb(193,191,225); }

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

border-color css

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

 span { border-color: rgb(193,191,225); }

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