Html Css Color HEX #BDBFD0 Lavender Grey

📋 copy color: '#BDBFD0'

red 189 ◦ green 191 ◦ blue 208

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

Shades of Lavender Grey #BDBFD0

Tints of Lavender Grey #BDBFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 32.14%
G = 32.48%
B = 35.37%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDBFD0 (or 0xBDBFD0) is known color: Lavender Grey. HEX triplet: BD, BF and D0. RGB value is (189,191,208). Sum of RGB (Red+Green+Blue) = 189+191+208=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD0 is #42402F. Grayscale: #C0C0C0. Windows color (decimal): -4341808 or 13680573. OLE color: 13680573.

HSL color Cylindrical-coordinate representation of color #BDBFD0: hue angle of 233.68º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBFD0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 191 208 -
CMYK 0.09 0.08 0 0.18
HSL 233.68º 0.17% 0.78% -
HSV(B) 233.68º 0.09% 0.82% -
XYZ 51 52.63 67.15 -
YUV 192.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 189 191 208 0.09 0.08 0 0.18 233.68 0.17 0.78
Hex BD BF D0 9 8 0 12 EA 11 4E
Octal 275 277 320 11 10 0 22 352 21 116
Binary 10111101 10111111 11010000 1001 1000 0 10010 11101010 10001 1001110

Color Harmonies of #BDBFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFD0

Black with #BDBFD0

Text Example


Text Example

White with #BDBFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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