Html Css Color HEX #BDBFD3 Lavender Grey

📋 copy color: '#BDBFD3'

red 189 ◦ green 191 ◦ blue 211

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

Shades of Lavender Grey #BDBFD3

Tints of Lavender Grey #BDBFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.7%

R = 31.98%
G = 32.32%
B = 35.7%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDBFD3 (or 0xBDBFD3) is known color: Lavender Grey. HEX triplet: BD, BF and D3. RGB value is (189,191,211). Sum of RGB (Red+Green+Blue) = 189+191+211=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD3 is #42402C. Grayscale: #C0C0C0. Windows color (decimal): -4341805 or 13877181. OLE color: 13877181.

HSL color Cylindrical-coordinate representation of color #BDBFD3: hue angle of 234.55º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBFD3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 191 211 -
CMYK 0.10 0.09 0 0.17
HSL 234.55º 0.2% 0.78% -
HSV(B) 234.55º 0.1% 0.83% -
XYZ 51.37 52.78 69.11 -
YUV 192.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 189 191 211 0.10 0.09 0 0.17 234.55 0.2 0.78
Hex BD BF D3 A 9 0 11 EB 14 4E
Octal 275 277 323 12 11 0 21 353 24 116
Binary 10111101 10111111 11010011 1010 1001 0 10001 11101011 10100 1001110

Color Harmonies of #BDBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFD3

Black with #BDBFD3

Text Example


Text Example

White with #BDBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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