#BDBFD4

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

Shades of Lavender Grey #BDBFD4

Tints of Lavender Grey #BDBFD4

Color information

#BDBFD4 (or 0xBDBFD4) is unknown color: approx Lavender Grey. HEX triplet: BD, BF and D4. RGB value is (189,191,212). Sum of RGB (Red+Green+Blue) = 189+191+212=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD4 is #42402B. Grayscale: #C0C0C0. Windows color (decimal): -4341804 or 13942717. OLE color: 13942717.

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

Color convert

RGB189191212-
CMYK0.110.1000.17
HSL234.78º21.1%78.63%-
HSV(B)234.78º10.85%83.14%-
XYZ51.552.8369.77-
YUV192.8138.84125.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=31.93%
G=32.26%
B=35.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891912120.110.1000.17234.7821.178.63
HexBDBFD4BA011eb154f
Octal275277324131202135325117
Binary1011110110111111110101001011101001000111101011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFD4; }

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

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

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

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

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

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

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

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