Html Css Color HEX #C3BFE7 Lavender Grey

📋 copy color: '#C3BFE7'

red 195 ◦ green 191 ◦ blue 231

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

Shades of Lavender Grey #C3BFE7

Tints of Lavender Grey #C3BFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.44%

R = 31.6%
G = 30.96%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C3BFE7 (or 0xC3BFE7) is known color: Lavender Grey. HEX triplet: C3, BF and E7. RGB value is (195,191,231). Sum of RGB (Red+Green+Blue) = 195+191+231=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3BFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFE7 is #3C4018. Grayscale: #C4C4C4. Windows color (decimal): -3948569 or 15187907. OLE color: 15187907.

HSL color Cylindrical-coordinate representation of color #C3BFE7: hue angle of 246º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3BFE7 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 191 231 -
CMYK 0.16 0.17 0 0.09
HSL 246º 0.45% 0.83% -
HSV(B) 246º 0.17% 0.91% -
XYZ 55.56 54.63 83.22 -
YUV 196.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 195 191 231 0.16 0.17 0 0.09 246 0.45 0.83
Hex C3 BF E7 10 11 0 9 F6 2D 53
Octal 303 277 347 20 21 0 11 366 55 123
Binary 11000011 10111111 11100111 10000 10001 0 1001 11110110 101101 1010011

Color Harmonies of #C3BFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFE7

Black with #C3BFE7

Text Example


Text Example

White with #C3BFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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