Html Css Color HEX #BDBFDD Lavender Grey

📋 copy color: '#BDBFDD'

red 189 ◦ green 191 ◦ blue 221

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

Shades of Lavender Grey #BDBFDD

Tints of Lavender Grey #BDBFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 31.45%
G = 31.78%
B = 36.77%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDBFDD (or 0xBDBFDD) is known color: Lavender Grey. HEX triplet: BD, BF and DD. RGB value is (189,191,221). Sum of RGB (Red+Green+Blue) = 189+191+221=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDD is #424022. Grayscale: #C1C1C1. Windows color (decimal): -4341795 or 14532541. OLE color: 14532541.

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

Color convert

RGB 189 191 221 -
CMYK 0.14 0.14 0 0.13
HSL 236.25º 0.32% 0.8% -
HSV(B) 236.25º 0.14% 0.87% -
XYZ 52.67 53.3 75.92 -
YUV 193.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 189 191 221 0.14 0.14 0 0.13 236.25 0.32 0.8
Hex BD BF DD E E 0 D EC 20 50
Octal 275 277 335 16 16 0 15 354 40 120
Binary 10111101 10111111 11011101 1110 1110 0 1101 11101100 100000 1010000

Color Harmonies of #BDBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFDD

Black with #BDBFDD

Text Example


Text Example

White with #BDBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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