Html Css Color HEX #BDBAE5 Lavender Grey

📋 copy color: '#BDBAE5'

red 189 ◦ green 186 ◦ blue 229

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

Shades of Lavender Grey #BDBAE5

Tints of Lavender Grey #BDBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 31.29%
G = 30.79%
B = 37.91%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDBAE5 (or 0xBDBAE5) is known color: Lavender Grey. HEX triplet: BD, BA and E5. RGB value is (189,186,229). Sum of RGB (Red+Green+Blue) = 189+186+229=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAE5 is #42451A. Grayscale: #BFBFBF. Windows color (decimal): -4343067 or 15055549. OLE color: 15055549.

HSL color Cylindrical-coordinate representation of color #BDBAE5: hue angle of 244.19º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBAE5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 186 229 -
CMYK 0.17 0.19 0 0.10
HSL 244.19º 0.45% 0.81% -
HSV(B) 244.19º 0.19% 0.9% -
XYZ 52.69 51.59 81.31 -
YUV 191.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 189 186 229 0.17 0.19 0 0.10 244.19 0.45 0.81
Hex BD BA E5 11 13 0 A F4 2D 51
Octal 275 272 345 21 23 0 12 364 55 121
Binary 10111101 10111010 11100101 10001 10011 0 1010 11110100 101101 1010001

Color Harmonies of #BDBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAE5

Black with #BDBAE5

Text Example


Text Example

White with #BDBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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