Html Css Color HEX #BDBFDB Lavender Grey

📋 copy color: '#BDBFDB'

red 189 ◦ green 191 ◦ blue 219

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

Shades of Lavender Grey #BDBFDB

Tints of Lavender Grey #BDBFDB

RGB

 RED value IS 189 (74.22% from 255) = 31.55%

 GREEN value IS 191 (75% from 255) = 31.89%

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

R = 31.55%
G = 31.89%
B = 36.56%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDBFDB (or 0xBDBFDB) is known color: Lavender Grey. HEX triplet: BD, BF and DB. RGB value is (189,191,219). Sum of RGB (Red+Green+Blue) = 189+191+219=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDB is #424024. Grayscale: #C1C1C1. Windows color (decimal): -4341797 or 14401469. OLE color: 14401469.

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

Color convert

RGB 189 191 219 -
CMYK 0.14 0.13 0 0.14
HSL 236º 0.29% 0.8% -
HSV(B) 236º 0.14% 0.86% -
XYZ 52.4 53.19 74.52 -
YUV 193.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 189 191 219 0.14 0.13 0 0.14 236 0.29 0.8
Hex BD BF DB E D 0 E EC 1D 50
Octal 275 277 333 16 15 0 16 354 35 120
Binary 10111101 10111111 11011011 1110 1101 0 1110 11101100 11101 1010000

Color Harmonies of #BDBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFDB

Black with #BDBFDB

Text Example


Text Example

White with #BDBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFDB; }

 p { color: rgb(189,191,219); }

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

background-color css

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

 a { background-color: rgb(189,191,219); }

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

border-color css

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

 span { border-color: rgb(189,191,219); }

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