Html Css Color HEX #C3BFE1 Lavender Grey

📋 copy color: '#C3BFE1'

red 195 ◦ green 191 ◦ blue 225

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

Shades of Lavender Grey #C3BFE1

Tints of Lavender Grey #C3BFE1

RGB

 RED value IS 195 (76.56% from 255) = 31.91%

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

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

R = 31.91%
G = 31.26%
B = 36.82%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C3BFE1 (or 0xC3BFE1) is known color: Lavender Grey. HEX triplet: C3, BF and E1. RGB value is (195,191,225). Sum of RGB (Red+Green+Blue) = 195+191+225=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFE1 is #3C401E. Grayscale: #C3C3C3. Windows color (decimal): -3948575 or 14794691. OLE color: 14794691.

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

Color convert

RGB 195 191 225 -
CMYK 0.13 0.15 0 0.12
HSL 247.06º 0.36% 0.82% -
HSV(B) 247.06º 0.15% 0.88% -
XYZ 54.73 54.3 78.83 -
YUV 196.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 195 191 225 0.13 0.15 0 0.12 247.06 0.36 0.82
Hex C3 BF E1 D F 0 C F7 24 52
Octal 303 277 341 15 17 0 14 367 44 122
Binary 11000011 10111111 11100001 1101 1111 0 1100 11110111 100100 1010010

Color Harmonies of #C3BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFE1

Black with #C3BFE1

Text Example


Text Example

White with #C3BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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