#BDBDCF

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

Shades of Lavender Grey #BDBDCF

Tints of Lavender Grey #BDBDCF

Color information

#BDBDCF (or 0xBDBDCF) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and CF. RGB value is (189,189,207). Sum of RGB (Red+Green+Blue) = 189+189+207=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCF is #424230. Grayscale: #BEBEBE. Windows color (decimal): -4342321 or 13614525. OLE color: 13614525.

HSL color Cylindrical-coordinate representation of color #BDBDCF: hue angle of 240º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBDCF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189189207-
CMYK0.090.0900.19
HSL240º15.79%77.65%-
HSV(B)240º8.7%81.18%-
XYZ50.4551.7266.36-
YUV191.05137126.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=32.31%
G=32.31%
B=35.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891892070.090.0900.1924015.7977.65
HexBDBDCF99013f0104e
Octal275275317111102336020116
Binary1011110110111101110011111001100101001111110000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDCF; }

 p { color: rgb(189,189,207); }

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

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

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

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

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

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

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