#BFC1D4

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

Shades of Lavender Grey #BFC1D4

Tints of Lavender Grey #BFC1D4

Color information

#BFC1D4 (or 0xBFC1D4) is unknown color: approx Lavender Grey. HEX triplet: BF, C1 and D4. RGB value is (191,193,212). Sum of RGB (Red+Green+Blue) = 191+193+212=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1D4 is #403E2B. Grayscale: #C2C2C2. Windows color (decimal): -4210220 or 13943231. OLE color: 13943231.

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

Color convert

RGB191193212-
CMYK0.100.0900.17
HSL234.29º19.63%79.02%-
HSV(B)234.29º9.91%83.14%-
XYZ52.4453.9769.94-
YUV194.57137.84125.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=32.05%
G=32.38%
B=35.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911932120.100.0900.17234.2919.6379.02
HexBFC1D4A9011ea144f
Octal277301324121102135224117
Binary1011111111000001110101001010100101000111101010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1D4; }

 p { color: rgb(191,193,212); }

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

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

 a { background-color: rgb(191,193,212); }

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

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

 span { border-color: rgb(191,193,212); }

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