Html Css Color HEX #C2BEDC Lavender Grey

📋 copy color: '#C2BEDC'

red 194 ◦ green 190 ◦ blue 220

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

Shades of Lavender Grey #C2BEDC

Tints of Lavender Grey #C2BEDC

RGB

 RED value IS 194 (76.17% from 255) = 32.12%

 GREEN value IS 190 (74.61% from 255) = 31.46%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 32.12%
G = 31.46%
B = 36.42%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2BEDC (or 0xC2BEDC) is known color: Lavender Grey. HEX triplet: C2, BE and DC. RGB value is (194,190,220). Sum of RGB (Red+Green+Blue) = 194+190+220=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEDC is #3D4123. Grayscale: #C2C2C2. Windows color (decimal): -4014372 or 14466754. OLE color: 14466754.

HSL color Cylindrical-coordinate representation of color #C2BEDC: hue angle of 248º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BEDC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 190 220 -
CMYK 0.12 0.14 0 0.14
HSL 248º 0.3% 0.8% -
HSV(B) 248º 0.14% 0.86% -
XYZ 53.58 53.46 75.21 -
YUV 194.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 194 190 220 0.12 0.14 0 0.14 248 0.3 0.8
Hex C2 BE DC C E 0 E F8 1E 50
Octal 302 276 334 14 16 0 16 370 36 120
Binary 11000010 10111110 11011100 1100 1110 0 1110 11111000 11110 1010000

Color Harmonies of #C2BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEDC

Black with #C2BEDC

Text Example


Text Example

White with #C2BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEDC; }

 p { color: rgb(194,190,220); }

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

background-color css

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

 a { background-color: rgb(194,190,220); }

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

border-color css

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

 span { border-color: rgb(194,190,220); }

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