Html Css Color HEX #BDB9F1 Lavender Grey

📋 copy color: '#BDB9F1'

red 189 ◦ green 185 ◦ blue 241

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

Shades of Lavender Grey #BDB9F1

Tints of Lavender Grey #BDB9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.08%

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

R = 30.73%
G = 30.08%
B = 39.19%

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

#BDB9F1 (or 0xBDB9F1) is known color: Lavender Grey. HEX triplet: BD, B9 and F1. RGB value is (189,185,241). Sum of RGB (Red+Green+Blue) = 189+185+241=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDB9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9F1 is #42460E. Grayscale: #C0C0C0. Windows color (decimal): -4343311 or 15841725. OLE color: 15841725.

HSL color Cylindrical-coordinate representation of color #BDB9F1: hue angle of 244.29º degrees, saturation: 0.67, 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 #BDB9F1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 185 241 -
CMYK 0.22 0.23 0 0.05
HSL 244.29º 0.67% 0.84% -
HSV(B) 244.29º 0.23% 0.95% -
XYZ 54.21 51.87 90.37 -
YUV 192.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 189 185 241 0.22 0.23 0 0.05 244.29 0.67 0.84
Hex BD B9 F1 16 17 0 5 F4 43 54
Octal 275 271 361 26 27 0 5 364 103 124
Binary 10111101 10111001 11110001 10110 10111 0 101 11110100 1000011 1010100

Color Harmonies of #BDB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9F1

Black with #BDB9F1

Text Example


Text Example

White with #BDB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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