Html Css Color HEX #C2BEDE Lavender Grey

📋 copy color: '#C2BEDE'

red 194 ◦ green 190 ◦ blue 222

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

Shades of Lavender Grey #C2BEDE

Tints of Lavender Grey #C2BEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 32.01%
G = 31.35%
B = 36.63%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2BEDE (or 0xC2BEDE) is known color: Lavender Grey. HEX triplet: C2, BE and DE. RGB value is (194,190,222). Sum of RGB (Red+Green+Blue) = 194+190+222=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEDE is #3D4121. Grayscale: #C2C2C2. Windows color (decimal): -4014370 or 14597826. OLE color: 14597826.

HSL color Cylindrical-coordinate representation of color #C2BEDE: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BEDE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 190 222 -
CMYK 0.13 0.14 0 0.13
HSL 247.5º 0.33% 0.81% -
HSV(B) 247.5º 0.14% 0.87% -
XYZ 53.85 53.57 76.61 -
YUV 194.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 194 190 222 0.13 0.14 0 0.13 247.5 0.33 0.81
Hex C2 BE DE D E 0 D F8 21 51
Octal 302 276 336 15 16 0 15 370 41 121
Binary 11000010 10111110 11011110 1101 1110 0 1101 11111000 100001 1010001

Color Harmonies of #C2BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEDE

Black with #C2BEDE

Text Example


Text Example

White with #C2BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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