Html Css Color HEX #BDBAF1 Lavender Grey

📋 copy color: '#BDBAF1'

red 189 ◦ green 186 ◦ blue 241

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

Shades of Lavender Grey #BDBAF1

Tints of Lavender Grey #BDBAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.12%

R = 30.68%
G = 30.19%
B = 39.12%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDBAF1 (or 0xBDBAF1) is known color: Lavender Grey. HEX triplet: BD, BA and F1. RGB value is (189,186,241). Sum of RGB (Red+Green+Blue) = 189+186+241=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF1 is #42450E. Grayscale: #C0C0C0. Windows color (decimal): -4343055 or 15841981. OLE color: 15841981.

HSL color Cylindrical-coordinate representation of color #BDBAF1: hue angle of 243.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBAF1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 186 241 -
CMYK 0.22 0.23 0 0.05
HSL 243.27º 0.66% 0.84% -
HSV(B) 243.27º 0.23% 0.95% -
XYZ 54.42 52.29 90.44 -
YUV 193.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 189 186 241 0.22 0.23 0 0.05 243.27 0.66 0.84
Hex BD BA F1 16 17 0 5 F3 42 54
Octal 275 272 361 26 27 0 5 363 102 124
Binary 10111101 10111010 11110001 10110 10111 0 101 11110011 1000010 1010100

Color Harmonies of #BDBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAF1

Black with #BDBAF1

Text Example


Text Example

White with #BDBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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