Html Css Color HEX #BDBAE8 Lavender Grey

📋 copy color: '#BDBAE8'

red 189 ◦ green 186 ◦ blue 232

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

Shades of Lavender Grey #BDBAE8

Tints of Lavender Grey #BDBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 31.14%
G = 30.64%
B = 38.22%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBAE8 (or 0xBDBAE8) is known color: Lavender Grey. HEX triplet: BD, BA and E8. RGB value is (189,186,232). Sum of RGB (Red+Green+Blue) = 189+186+232=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAE8 is #424517. Grayscale: #BFBFBF. Windows color (decimal): -4343064 or 15252157. OLE color: 15252157.

HSL color Cylindrical-coordinate representation of color #BDBAE8: hue angle of 243.91º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBAE8 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 186 232 -
CMYK 0.19 0.20 0 0.09
HSL 243.91º 0.5% 0.82% -
HSV(B) 243.91º 0.2% 0.91% -
XYZ 53.11 51.76 83.54 -
YUV 192.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 189 186 232 0.19 0.20 0 0.09 243.91 0.5 0.82
Hex BD BA E8 13 14 0 9 F4 32 52
Octal 275 272 350 23 24 0 11 364 62 122
Binary 10111101 10111010 11101000 10011 10100 0 1001 11110100 110010 1010010

Color Harmonies of #BDBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAE8

Black with #BDBAE8

Text Example


Text Example

White with #BDBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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