#BFC0D0

Color #BFC0D0 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BFC0D0

Tints of Lavender Grey #BFC0D0

Color information

#BFC0D0 (or 0xBFC0D0) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and D0. RGB value is (191,192,208). Sum of RGB (Red+Green+Blue) = 191+192+208=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0D0 is #403F2F. Grayscale: #C1C1C1. Windows color (decimal): -4210480 or 13680831. OLE color: 13680831.

HSL color Cylindrical-coordinate representation of color #BFC0D0: hue angle of 236.47º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC0D0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191192208-
CMYK0.080.0800.18
HSL236.47º15.32%78.24%-
HSV(B)236.47º8.17%81.57%-
XYZ51.7253.3367.24-
YUV193.52136.17126.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=32.32%
G=32.49%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911922080.080.0800.18236.4715.3278.24
HexBFC0D088012ecf4e
Octal277300320101002235417116
Binary101111111100000011010000100010000100101110110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0D0; }

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

 H1.HeaderClassName
 {
   color: #BFC0D0;
 }
 .AnyTagClassName
 {
   color: #BFC0D0;
 }
</style>
background-color css

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

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

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

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

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

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