Html Css Color HEX #B8BADB Lavender Grey

📋 copy color: '#B8BADB'

red 184 ◦ green 186 ◦ blue 219

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

Shades of Lavender Grey #B8BADB

Tints of Lavender Grey #B8BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.58%

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

R = 31.24%
G = 31.58%
B = 37.18%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8BADB (or 0xB8BADB) is known color: Lavender Grey. HEX triplet: B8, BA and DB. RGB value is (184,186,219). Sum of RGB (Red+Green+Blue) = 184+186+219=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BADB is #474524. Grayscale: #BDBDBD. Windows color (decimal): -4670757 or 14400184. OLE color: 14400184.

HSL color Cylindrical-coordinate representation of color #B8BADB: hue angle of 236.57º 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 #B8BADB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 186 219 -
CMYK 0.16 0.15 0 0.14
HSL 236.57º 0.33% 0.79% -
HSV(B) 236.57º 0.16% 0.86% -
XYZ 50.11 50.42 74.11 -
YUV 189.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 184 186 219 0.16 0.15 0 0.14 236.57 0.33 0.79
Hex B8 BA DB 10 F 0 E ED 21 4F
Octal 270 272 333 20 17 0 16 355 41 117
Binary 10111000 10111010 11011011 10000 1111 0 1110 11101101 100001 1001111

Color Harmonies of #B8BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BADB

Black with #B8BADB

Text Example


Text Example

White with #B8BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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