Html Css Color HEX #C3BFEB Lavender Grey

📋 copy color: '#C3BFEB'

red 195 ◦ green 191 ◦ blue 235

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

Shades of Lavender Grey #C3BFEB

Tints of Lavender Grey #C3BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.84%

R = 31.4%
G = 30.76%
B = 37.84%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3BFEB (or 0xC3BFEB) is known color: Lavender Grey. HEX triplet: C3, BF and EB. RGB value is (195,191,235). Sum of RGB (Red+Green+Blue) = 195+191+235=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFEB is #3C4014. Grayscale: #C5C5C5. Windows color (decimal): -3948565 or 15450051. OLE color: 15450051.

HSL color Cylindrical-coordinate representation of color #C3BFEB: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BFEB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 191 235 -
CMYK 0.17 0.19 0 0.08
HSL 245.45º 0.52% 0.84% -
HSV(B) 245.45º 0.19% 0.92% -
XYZ 56.13 54.86 86.23 -
YUV 197.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 195 191 235 0.17 0.19 0 0.08 245.45 0.52 0.84
Hex C3 BF EB 11 13 0 8 F5 34 54
Octal 303 277 353 21 23 0 10 365 64 124
Binary 11000011 10111111 11101011 10001 10011 0 1000 11110101 110100 1010100

Color Harmonies of #C3BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFEB

Black with #C3BFEB

Text Example


Text Example

White with #C3BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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