Html Css Color HEX #BDBAE1 Lavender Grey

📋 copy color: '#BDBAE1'

red 189 ◦ green 186 ◦ blue 225

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

Shades of Lavender Grey #BDBAE1

Tints of Lavender Grey #BDBAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 31.5%
G = 31%
B = 37.5%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDBAE1 (or 0xBDBAE1) is known color: Lavender Grey. HEX triplet: BD, BA and E1. RGB value is (189,186,225). Sum of RGB (Red+Green+Blue) = 189+186+225=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAE1 is #42451E. Grayscale: #BFBFBF. Windows color (decimal): -4343071 or 14793405. OLE color: 14793405.

HSL color Cylindrical-coordinate representation of color #BDBAE1: hue angle of 244.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBAE1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 186 225 -
CMYK 0.16 0.17 0 0.12
HSL 244.62º 0.39% 0.81% -
HSV(B) 244.62º 0.17% 0.88% -
XYZ 52.14 51.37 78.4 -
YUV 191.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 189 186 225 0.16 0.17 0 0.12 244.62 0.39 0.81
Hex BD BA E1 10 11 0 C F5 27 51
Octal 275 272 341 20 21 0 14 365 47 121
Binary 10111101 10111010 11100001 10000 10001 0 1100 11110101 100111 1010001

Color Harmonies of #BDBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAE1

Black with #BDBAE1

Text Example


Text Example

White with #BDBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAE1; }

 p { color: rgb(189,186,225); }

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

background-color css

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

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

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

border-color css

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

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

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