Html Css Color HEX #BFC0DC Lavender Grey

📋 copy color: '#BFC0DC'

red 191 ◦ green 192 ◦ blue 220

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

Shades of Lavender Grey #BFC0DC

Tints of Lavender Grey #BFC0DC

RGB

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

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

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

R = 31.67%
G = 31.84%
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

#BFC0DC (or 0xBFC0DC) is known color: Lavender Grey. HEX triplet: BF, C0 and DC. RGB value is (191,192,220). Sum of RGB (Red+Green+Blue) = 191+192+220=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 192 (75.39% from 255 or 31.84% 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 #BFC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0DC is #403F23. Grayscale: #C2C2C2. Windows color (decimal): -4210468 or 14467263. OLE color: 14467263.

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

Color convert

RGB 191 192 220 -
CMYK 0.13 0.13 0 0.14
HSL 237.93º 0.29% 0.81% -
HSV(B) 237.93º 0.13% 0.86% -
XYZ 53.25 53.94 75.32 -
YUV 194.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 191 192 220 0.13 0.13 0 0.14 237.93 0.29 0.81
Hex BF C0 DC D D 0 E EE 1D 51
Octal 277 300 334 15 15 0 16 356 35 121
Binary 10111111 11000000 11011100 1101 1101 0 1110 11101110 11101 1010001

Color Harmonies of #BFC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC0DC

Black with #BFC0DC

Text Example


Text Example

White with #BFC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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