Html Css Color HEX #BDBDDE Lavender Grey

📋 copy color: '#BDBDDE'

red 189 ◦ green 189 ◦ blue 222

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

Shades of Lavender Grey #BDBDDE

Tints of Lavender Grey #BDBDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.5%

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

R = 31.5%
G = 31.5%
B = 37%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDBDDE (or 0xBDBDDE) is known color: Lavender Grey. HEX triplet: BD, BD and DE. RGB value is (189,189,222). Sum of RGB (Red+Green+Blue) = 189+189+222=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDDE is #424221. Grayscale: #C0C0C0. Windows color (decimal): -4342306 or 14597565. OLE color: 14597565.

HSL color Cylindrical-coordinate representation of color #BDBDDE: hue angle of 240º 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 #BDBDDE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 189 222 -
CMYK 0.15 0.15 0 0.13
HSL 240º 0.33% 0.81% -
HSV(B) 240º 0.15% 0.87% -
XYZ 52.37 52.49 76.48 -
YUV 192.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 189 189 222 0.15 0.15 0 0.13 240 0.33 0.81
Hex BD BD DE F F 0 D F0 21 51
Octal 275 275 336 17 17 0 15 360 41 121
Binary 10111101 10111101 11011110 1111 1111 0 1101 11110000 100001 1010001

Color Harmonies of #BDBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDDE

Black with #BDBDDE

Text Example


Text Example

White with #BDBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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