Html Css Color HEX #B8BCDB Lavender Grey

📋 copy color: '#B8BCDB'

red 184 ◦ green 188 ◦ blue 219

#B8BCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B8BCDB

Tints of Lavender Grey #B8BCDB

RGB

 RED value IS 184 (72.27% from 255) = 31.13%

 GREEN value IS 188 (73.83% from 255) = 31.81%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 31.13%
G = 31.81%
B = 37.06%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8BCDB (or 0xB8BCDB) is known color: Lavender Grey. HEX triplet: B8, BC and DB. RGB value is (184,188,219). Sum of RGB (Red+Green+Blue) = 184+188+219=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCDB is #474324. Grayscale: #BEBEBE. Windows color (decimal): -4670245 or 14400696. OLE color: 14400696.

HSL color Cylindrical-coordinate representation of color #B8BCDB: hue angle of 233.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BCDB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 188 219 -
CMYK 0.16 0.14 0 0.14
HSL 233.14º 0.33% 0.79% -
HSV(B) 233.14º 0.16% 0.86% -
XYZ 50.54 51.27 74.25 -
YUV 190.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 184 188 219 0.16 0.14 0 0.14 233.14 0.33 0.79
Hex B8 BC DB 10 E 0 E E9 21 4F
Octal 270 274 333 20 16 0 16 351 41 117
Binary 10111000 10111100 11011011 10000 1110 0 1110 11101001 100001 1001111

Color Harmonies of #B8BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCDB

Black with #B8BCDB

Text Example


Text Example

White with #B8BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCDB; }

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

 H1.HeaderClassName
 {
   color: #B8BCDB;
 }
 .AnyTagClassName
 {
   color: #B8BCDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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