#BCBFDD

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

Shades of Lavender Grey #BCBFDD

Tints of Lavender Grey #BCBFDD

Color information

#BCBFDD (or 0xBCBFDD) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and DD. RGB value is (188,191,221). Sum of RGB (Red+Green+Blue) = 188+191+221=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDD is #434022. Grayscale: #C1C1C1. Windows color (decimal): -4407331 or 14532540. OLE color: 14532540.

HSL color Cylindrical-coordinate representation of color #BCBFDD: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBFDD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188191221-
CMYK0.150.1400.13
HSL234.55º32.67%80.2%-
HSV(B)234.55º14.93%86.67%-
XYZ52.4253.1775.91-
YUV193.52143.51124.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=31.33%
G=31.83%
B=36.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881912210.150.1400.13234.5532.6780.2
HexBCBFDDFE0Deb2150
Octal274277335171601535341120
Binary1011110010111111110111011111111001101111010111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFDD; }

 p { color: rgb(188,191,221); }

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

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

 a { background-color: rgb(188,191,221); }

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

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

 span { border-color: rgb(188,191,221); }

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