Html Css Color HEX #BDBFDC Lavender Grey

📋 copy color: '#BDBFDC'

red 189 ◦ green 191 ◦ blue 220

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

Shades of Lavender Grey #BDBFDC

Tints of Lavender Grey #BDBFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 31.5%
G = 31.83%
B = 36.67%

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

#BDBFDC (or 0xBDBFDC) is known color: Lavender Grey. HEX triplet: BD, BF and DC. RGB value is (189,191,220). Sum of RGB (Red+Green+Blue) = 189+191+220=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDC is #424023. Grayscale: #C1C1C1. Windows color (decimal): -4341796 or 14467005. OLE color: 14467005.

HSL color Cylindrical-coordinate representation of color #BDBFDC: hue angle of 236.13º degrees, saturation: 0.31, 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 #BDBFDC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 191 220 -
CMYK 0.14 0.13 0 0.14
HSL 236.13º 0.31% 0.8% -
HSV(B) 236.13º 0.14% 0.86% -
XYZ 52.54 53.25 75.22 -
YUV 193.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 189 191 220 0.14 0.13 0 0.14 236.13 0.31 0.8
Hex BD BF DC E D 0 E EC 1F 50
Octal 275 277 334 16 15 0 16 354 37 120
Binary 10111101 10111111 11011100 1110 1101 0 1110 11101100 11111 1010000

Color Harmonies of #BDBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFDC

Black with #BDBFDC

Text Example


Text Example

White with #BDBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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