Html Css Color HEX #BDBDD7 Lavender Grey

📋 copy color: '#BDBDD7'

red 189 ◦ green 189 ◦ blue 215

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

Shades of Lavender Grey #BDBDD7

Tints of Lavender Grey #BDBDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.87%

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 31.87%
G = 31.87%
B = 36.26%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDBDD7 (or 0xBDBDD7) is known color: Lavender Grey. HEX triplet: BD, BD and D7. RGB value is (189,189,215). Sum of RGB (Red+Green+Blue) = 189+189+215=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD7 is #424228. Grayscale: #BFBFBF. Windows color (decimal): -4342313 or 14138813. OLE color: 14138813.

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

Color convert

RGB 189 189 215 -
CMYK 0.12 0.12 0 0.16
HSL 240º 0.25% 0.79% -
HSV(B) 240º 0.12% 0.84% -
XYZ 51.45 52.12 71.64 -
YUV 191.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 189 189 215 0.12 0.12 0 0.16 240 0.25 0.79
Hex BD BD D7 C C 0 10 F0 19 4F
Octal 275 275 327 14 14 0 20 360 31 117
Binary 10111101 10111101 11010111 1100 1100 0 10000 11110000 11001 1001111

Color Harmonies of #BDBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDD7

Black with #BDBDD7

Text Example


Text Example

White with #BDBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDD7; }

 p { color: rgb(189,189,215); }

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

background-color css

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

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

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

border-color css

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

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

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