Html Css Color HEX #C2BED8 Lavender Grey

📋 copy color: '#C2BED8'

red 194 ◦ green 190 ◦ blue 216

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

Shades of Lavender Grey #C2BED8

Tints of Lavender Grey #C2BED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36%

R = 32.33%
G = 31.67%
B = 36%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2BED8 (or 0xC2BED8) is known color: Lavender Grey. HEX triplet: C2, BE and D8. RGB value is (194,190,216). Sum of RGB (Red+Green+Blue) = 194+190+216=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BED8 is #3D4127. Grayscale: #C2C2C2. Windows color (decimal): -4014376 or 14204610. OLE color: 14204610.

HSL color Cylindrical-coordinate representation of color #C2BED8: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BED8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 190 216 -
CMYK 0.10 0.12 0 0.15
HSL 249.23º 0.25% 0.8% -
HSV(B) 249.23º 0.12% 0.85% -
XYZ 53.06 53.25 72.45 -
YUV 194.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 194 190 216 0.10 0.12 0 0.15 249.23 0.25 0.8
Hex C2 BE D8 A C 0 F F9 19 50
Octal 302 276 330 12 14 0 17 371 31 120
Binary 11000010 10111110 11011000 1010 1100 0 1111 11111001 11001 1010000

Color Harmonies of #C2BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BED8

Black with #C2BED8

Text Example


Text Example

White with #C2BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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