#BFC2D3

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

Shades of Lavender Grey #BFC2D3

Tints of Lavender Grey #BFC2D3

Color information

#BFC2D3 (or 0xBFC2D3) is unknown color: approx Lavender Grey. HEX triplet: BF, C2 and D3. RGB value is (191,194,211). Sum of RGB (Red+Green+Blue) = 191+194+211=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D3 is #403D2C. Grayscale: #C2C2C2. Windows color (decimal): -4209965 or 13877951. OLE color: 13877951.

HSL color Cylindrical-coordinate representation of color #BFC2D3: hue angle of 231º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC2D3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191194211-
CMYK0.090.0800.17
HSL231º18.52%78.82%-
HSV(B)231º9.48%82.75%-
XYZ52.5454.3669.35-
YUV195.04137.01125.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 194 (76.17% from 255) = 32.55%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=32.05%
G=32.55%
B=35.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911942110.090.0800.1723118.5278.82
HexBFC2D398011e7134f
Octal277302323111002134723117
Binary1011111111000010110100111001100001000111100111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2D3; }

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

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

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

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

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

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

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

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