Html Css Color HEX #BDBFDE Lavender Grey

📋 copy color: '#BDBFDE'

red 189 ◦ green 191 ◦ blue 222

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

Shades of Lavender Grey #BDBFDE

Tints of Lavender Grey #BDBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 31.4%
G = 31.73%
B = 36.88%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDBFDE (or 0xBDBFDE) is known color: Lavender Grey. HEX triplet: BD, BF and DE. RGB value is (189,191,222). Sum of RGB (Red+Green+Blue) = 189+191+222=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDE is #424021. Grayscale: #C1C1C1. Windows color (decimal): -4341794 or 14598077. OLE color: 14598077.

HSL color Cylindrical-coordinate representation of color #BDBFDE: hue angle of 236.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBFDE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 191 222 -
CMYK 0.15 0.14 0 0.13
HSL 236.36º 0.33% 0.81% -
HSV(B) 236.36º 0.15% 0.87% -
XYZ 52.8 53.35 76.62 -
YUV 193.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 189 191 222 0.15 0.14 0 0.13 236.36 0.33 0.81
Hex BD BF DE F E 0 D EC 21 51
Octal 275 277 336 17 16 0 15 354 41 121
Binary 10111101 10111111 11011110 1111 1110 0 1101 11101100 100001 1010001

Color Harmonies of #BDBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFDE

Black with #BDBFDE

Text Example


Text Example

White with #BDBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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