Html Css Color HEX #C3BFEA Lavender Grey

📋 copy color: '#C3BFEA'

red 195 ◦ green 191 ◦ blue 234

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

Shades of Lavender Grey #C3BFEA

Tints of Lavender Grey #C3BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 31.45%
G = 30.81%
B = 37.74%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3BFEA (or 0xC3BFEA) is known color: Lavender Grey. HEX triplet: C3, BF and EA. RGB value is (195,191,234). Sum of RGB (Red+Green+Blue) = 195+191+234=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFEA is #3C4015. Grayscale: #C4C4C4. Windows color (decimal): -3948566 or 15384515. OLE color: 15384515.

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

Color convert

RGB 195 191 234 -
CMYK 0.17 0.18 0 0.08
HSL 245.58º 0.51% 0.83% -
HSV(B) 245.58º 0.18% 0.92% -
XYZ 55.99 54.8 85.47 -
YUV 197.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 195 191 234 0.17 0.18 0 0.08 245.58 0.51 0.83
Hex C3 BF EA 11 12 0 8 F6 33 53
Octal 303 277 352 21 22 0 10 366 63 123
Binary 11000011 10111111 11101010 10001 10010 0 1000 11110110 110011 1010011

Color Harmonies of #C3BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFEA

Black with #C3BFEA

Text Example


Text Example

White with #C3BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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