Html Css Color HEX #C2BFDC Lavender Grey

📋 copy color: '#C2BFDC'

red 194 ◦ green 191 ◦ blue 220

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

Shades of Lavender Grey #C2BFDC

Tints of Lavender Grey #C2BFDC

RGB

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

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

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

R = 32.07%
G = 31.57%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2BFDC (or 0xC2BFDC) is known color: Lavender Grey. HEX triplet: C2, BF and DC. RGB value is (194,191,220). Sum of RGB (Red+Green+Blue) = 194+191+220=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFDC is #3D4023. Grayscale: #C3C3C3. Windows color (decimal): -4014116 or 14467010. OLE color: 14467010.

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

Color convert

RGB 194 191 220 -
CMYK 0.12 0.13 0 0.14
HSL 246.21º 0.29% 0.81% -
HSV(B) 246.21º 0.13% 0.86% -
XYZ 53.8 53.9 75.28 -
YUV 195.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 194 191 220 0.12 0.13 0 0.14 246.21 0.29 0.81
Hex C2 BF DC C D 0 E F6 1D 51
Octal 302 277 334 14 15 0 16 366 35 121
Binary 11000010 10111111 11011100 1100 1101 0 1110 11110110 11101 1010001

Color Harmonies of #C2BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFDC

Black with #C2BFDC

Text Example


Text Example

White with #C2BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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