#B8BCCF

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

Shades of Lavender Grey #B8BCCF

Tints of Lavender Grey #B8BCCF

Color information

#B8BCCF (or 0xB8BCCF) is unknown color: approx Lavender Grey. HEX triplet: B8, BC and CF. RGB value is (184,188,207). Sum of RGB (Red+Green+Blue) = 184+188+207=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCCF is #474330. Grayscale: #BCBCBC. Windows color (decimal): -4670257 or 13614264. OLE color: 13614264.

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

Color convert

RGB184188207-
CMYK0.110.0900.19
HSL229.57º19.33%76.67%-
HSV(B)229.57º11.11%81.18%-
XYZ49.0150.6666.23-
YUV188.97138.17124.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=31.78%
G=32.47%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841882070.110.0900.19229.5719.3376.67
HexB8BCCFB9013e6134d
Octal270274317131102334623115
Binary1011100010111100110011111011100101001111100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCCF; }

 p { color: rgb(184,188,207); }

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

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

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

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

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

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

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