Html Css Color HEX #BDBFD2 Lavender Grey

📋 copy color: '#BDBFD2'

red 189 ◦ green 191 ◦ blue 210

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

Shades of Lavender Grey #BDBFD2

Tints of Lavender Grey #BDBFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 32.03%
G = 32.37%
B = 35.59%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDBFD2 (or 0xBDBFD2) is known color: Lavender Grey. HEX triplet: BD, BF and D2. RGB value is (189,191,210). Sum of RGB (Red+Green+Blue) = 189+191+210=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD2 is #42402D. Grayscale: #C0C0C0. Windows color (decimal): -4341806 or 13811645. OLE color: 13811645.

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

Color convert

RGB 189 191 210 -
CMYK 0.10 0.09 0 0.18
HSL 234.29º 0.19% 0.78% -
HSV(B) 234.29º 0.1% 0.82% -
XYZ 51.25 52.73 68.45 -
YUV 192.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 189 191 210 0.10 0.09 0 0.18 234.29 0.19 0.78
Hex BD BF D2 A 9 0 12 EA 13 4E
Octal 275 277 322 12 11 0 22 352 23 116
Binary 10111101 10111111 11010010 1010 1001 0 10010 11101010 10011 1001110

Color Harmonies of #BDBFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFD2

Black with #BDBFD2

Text Example


Text Example

White with #BDBFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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