Html Css Color HEX #BDBDD6 Lavender Grey

📋 copy color: '#BDBDD6'

red 189 ◦ green 189 ◦ blue 214

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

Shades of Lavender Grey #BDBDD6

Tints of Lavender Grey #BDBDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.15%

R = 31.93%
G = 31.93%
B = 36.15%

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

#BDBDD6 (or 0xBDBDD6) is known color: Lavender Grey. HEX triplet: BD, BD and D6. RGB value is (189,189,214). Sum of RGB (Red+Green+Blue) = 189+189+214=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD6 is #424229. Grayscale: #BFBFBF. Windows color (decimal): -4342314 or 14073277. OLE color: 14073277.

HSL color Cylindrical-coordinate representation of color #BDBDD6: hue angle of 240º degrees, saturation: 0.23, 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 #BDBDD6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 189 214 -
CMYK 0.12 0.12 0 0.16
HSL 240º 0.23% 0.79% -
HSV(B) 240º 0.12% 0.84% -
XYZ 51.32 52.07 70.96 -
YUV 191.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 189 189 214 0.12 0.12 0 0.16 240 0.23 0.79
Hex BD BD D6 C C 0 10 F0 17 4F
Octal 275 275 326 14 14 0 20 360 27 117
Binary 10111101 10111101 11010110 1100 1100 0 10000 11110000 10111 1001111

Color Harmonies of #BDBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDD6

Black with #BDBDD6

Text Example


Text Example

White with #BDBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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