#BDBCF0

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

Shades of Lavender Grey #BDBCF0

Tints of Lavender Grey #BDBCF0

Color information

#BDBCF0 (or 0xBDBCF0) is unknown color: approx Lavender Grey. HEX triplet: BD, BC and F0. RGB value is (189,188,240). Sum of RGB (Red+Green+Blue) = 189+188+240=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCF0 is #42430F. Grayscale: #C2C2C2. Windows color (decimal): -4342544 or 15776957. OLE color: 15776957.

HSL color Cylindrical-coordinate representation of color #BDBCF0: hue angle of 241.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDBCF0 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189188240-
CMYK0.210.2200.06
HSL241.15º63.41%83.92%-
HSV(B)241.15º21.67%94.12%-
XYZ54.753.0889.8-
YUV194.23153.83124.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=30.63%
G=30.47%
B=38.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891882400.210.2200.06241.1563.4183.92
HexBDBCF0151606f13f54
Octal27527436025260636177124
Binary10111101101111001111000010101101100110111100011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCF0; }

 p { color: rgb(189,188,240); }

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

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

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

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

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

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

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