Html Css Color HEX #C1BFE0 Lavender Grey

📋 copy color: '#C1BFE0'

red 193 ◦ green 191 ◦ blue 224

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

Shades of Lavender Grey #C1BFE0

Tints of Lavender Grey #C1BFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 31.74%
G = 31.41%
B = 36.84%

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

#C1BFE0 (or 0xC1BFE0) is known color: Lavender Grey. HEX triplet: C1, BF and E0. RGB value is (193,191,224). Sum of RGB (Red+Green+Blue) = 193+191+224=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFE0 is #3E401F. Grayscale: #C3C3C3. Windows color (decimal): -4079648 or 14729153. OLE color: 14729153.

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

Color convert

RGB 193 191 224 -
CMYK 0.14 0.15 0 0.12
HSL 243.64º 0.35% 0.81% -
HSV(B) 243.64º 0.15% 0.88% -
XYZ 54.08 53.98 78.09 -
YUV 195.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 193 191 224 0.14 0.15 0 0.12 243.64 0.35 0.81
Hex C1 BF E0 E F 0 C F4 23 51
Octal 301 277 340 16 17 0 14 364 43 121
Binary 11000001 10111111 11100000 1110 1111 0 1100 11110100 100011 1010001

Color Harmonies of #C1BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BFE0

Black with #C1BFE0

Text Example


Text Example

White with #C1BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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