Html Css Color HEX #C2BEDF Lavender Grey

📋 copy color: '#C2BEDF'

red 194 ◦ green 190 ◦ blue 223

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

Shades of Lavender Grey #C2BEDF

Tints of Lavender Grey #C2BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 31.96%
G = 31.3%
B = 36.74%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2BEDF (or 0xC2BEDF) is known color: Lavender Grey. HEX triplet: C2, BE and DF. RGB value is (194,190,223). Sum of RGB (Red+Green+Blue) = 194+190+223=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEDF is #3D4120. Grayscale: #C2C2C2. Windows color (decimal): -4014369 or 14663362. OLE color: 14663362.

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

Color convert

RGB 194 190 223 -
CMYK 0.13 0.15 0 0.13
HSL 247.27º 0.34% 0.81% -
HSV(B) 247.27º 0.15% 0.87% -
XYZ 53.98 53.62 77.32 -
YUV 194.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 194 190 223 0.13 0.15 0 0.13 247.27 0.34 0.81
Hex C2 BE DF D F 0 D F7 22 51
Octal 302 276 337 15 17 0 15 367 42 121
Binary 11000010 10111110 11011111 1101 1111 0 1101 11110111 100010 1010001

Color Harmonies of #C2BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEDF

Black with #C2BEDF

Text Example


Text Example

White with #C2BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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