Html Css Color HEX #C0BFDC Lavender Grey

📋 copy color: '#C0BFDC'

red 192 ◦ green 191 ◦ blue 220

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

Shades of Lavender Grey #C0BFDC

Tints of Lavender Grey #C0BFDC

RGB

 RED value IS 192 (75.39% from 255) = 31.84%

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

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

R = 31.84%
G = 31.67%
B = 36.48%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0BFDC (or 0xC0BFDC) is known color: Lavender Grey. HEX triplet: C0, BF and DC. RGB value is (192,191,220). Sum of RGB (Red+Green+Blue) = 192+191+220=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDC is #3F4023. Grayscale: #C2C2C2. Windows color (decimal): -4145188 or 14467008. OLE color: 14467008.

HSL color Cylindrical-coordinate representation of color #C0BFDC: hue angle of 242.07º 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 #C0BFDC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 191 220 -
CMYK 0.13 0.13 0 0.14
HSL 242.07º 0.29% 0.81% -
HSV(B) 242.07º 0.13% 0.86% -
XYZ 53.29 53.64 75.25 -
YUV 194.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 192 191 220 0.13 0.13 0 0.14 242.07 0.29 0.81
Hex C0 BF DC D D 0 E F2 1D 51
Octal 300 277 334 15 15 0 16 362 35 121
Binary 11000000 10111111 11011100 1101 1101 0 1110 11110010 11101 1010001

Color Harmonies of #C0BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BFDC

Black with #C0BFDC

Text Example


Text Example

White with #C0BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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