#BDBCEE

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

Shades of Lavender Grey #BDBCEE

Tints of Lavender Grey #BDBCEE

Color information

#BDBCEE (or 0xBDBCEE) is unknown color: approx Lavender Grey. HEX triplet: BD, BC and EE. RGB value is (189,188,238). Sum of RGB (Red+Green+Blue) = 189+188+238=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCEE is #424311. Grayscale: #C1C1C1. Windows color (decimal): -4342546 or 15645885. OLE color: 15645885.

HSL color Cylindrical-coordinate representation of color #BDBCEE: hue angle of 241.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBCEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189188238-
CMYK0.210.2100.07
HSL241.2º59.52%83.53%-
HSV(B)241.2º21.01%93.33%-
XYZ54.452.9688.24-
YUV194152.83124.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=30.73%
G=30.57%
B=38.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891882380.210.2100.07241.259.5283.53
HexBDBCEE151507f13c54
Octal27527435625250736174124
Binary10111101101111001110111010101101010111111100011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCEE; }

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

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

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

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

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

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

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

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