Html Css Color HEX #BDBFD6 Lavender Grey

📋 copy color: '#BDBFD6'

red 189 ◦ green 191 ◦ blue 214

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

Shades of Lavender Grey #BDBFD6

Tints of Lavender Grey #BDBFD6

RGB

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

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

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

R = 31.82%
G = 32.15%
B = 36.03%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDBFD6 (or 0xBDBFD6) is known color: Lavender Grey. HEX triplet: BD, BF and D6. RGB value is (189,191,214). Sum of RGB (Red+Green+Blue) = 189+191+214=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD6 is #424029. Grayscale: #C0C0C0. Windows color (decimal): -4341802 or 14073789. OLE color: 14073789.

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

Color convert

RGB 189 191 214 -
CMYK 0.12 0.11 0 0.16
HSL 235.2º 0.23% 0.79% -
HSV(B) 235.2º 0.12% 0.84% -
XYZ 51.75 52.94 71.11 -
YUV 193.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 189 191 214 0.12 0.11 0 0.16 235.2 0.23 0.79
Hex BD BF D6 C B 0 10 EB 17 4F
Octal 275 277 326 14 13 0 20 353 27 117
Binary 10111101 10111111 11010110 1100 1011 0 10000 11101011 10111 1001111

Color Harmonies of #BDBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFD6

Black with #BDBFD6

Text Example


Text Example

White with #BDBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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