Html Css Color HEX #BDBED5 Lavender Grey

📋 copy color: '#BDBED5'

red 189 ◦ green 190 ◦ blue 213

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

Shades of Lavender Grey #BDBED5

Tints of Lavender Grey #BDBED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.09%

 BLUE value IS 213 (83.59% from 255) = 35.98%

R = 31.93%
G = 32.09%
B = 35.98%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDBED5 (or 0xBDBED5) is known color: Lavender Grey. HEX triplet: BD, BE and D5. RGB value is (189,190,213). Sum of RGB (Red+Green+Blue) = 189+190+213=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED5 is #42412A. Grayscale: #C0C0C0. Windows color (decimal): -4342059 or 14007997. OLE color: 14007997.

HSL color Cylindrical-coordinate representation of color #BDBED5: hue angle of 237.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBED5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 190 213 -
CMYK 0.11 0.11 0 0.16
HSL 237.5º 0.22% 0.79% -
HSV(B) 237.5º 0.11% 0.84% -
XYZ 51.41 52.45 70.37 -
YUV 192.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 189 190 213 0.11 0.11 0 0.16 237.5 0.22 0.79
Hex BD BE D5 B B 0 10 EE 16 4F
Octal 275 276 325 13 13 0 20 356 26 117
Binary 10111101 10111110 11010101 1011 1011 0 10000 11101110 10110 1001111

Color Harmonies of #BDBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBED5

Black with #BDBED5

Text Example


Text Example

White with #BDBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBED5; }

 p { color: rgb(189,190,213); }

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

background-color css

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

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

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

border-color css

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

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

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