Html Css Color HEX #B9BCD1 Lavender Grey

📋 copy color: '#B9BCD1'

red 185 ◦ green 188 ◦ blue 209

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

Shades of Lavender Grey #B9BCD1

Tints of Lavender Grey #B9BCD1

RGB

 RED value IS 185 (72.66% from 255) = 31.79%

 GREEN value IS 188 (73.83% from 255) = 32.3%

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 31.79%
G = 32.3%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9BCD1 (or 0xB9BCD1) is known color: Lavender Grey. HEX triplet: B9, BC and D1. RGB value is (185,188,209). Sum of RGB (Red+Green+Blue) = 185+188+209=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCD1 is #46432E. Grayscale: #BDBDBD. Windows color (decimal): -4604719 or 13745337. OLE color: 13745337.

HSL color Cylindrical-coordinate representation of color #B9BCD1: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BCD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 188 209 -
CMYK 0.11 0.10 0 0.18
HSL 232.5º 0.21% 0.77% -
HSV(B) 232.5º 0.11% 0.82% -
XYZ 49.5 50.88 67.53 -
YUV 189.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 185 188 209 0.11 0.10 0 0.18 232.5 0.21 0.77
Hex B9 BC D1 B A 0 12 E8 15 4D
Octal 271 274 321 13 12 0 22 350 25 115
Binary 10111001 10111100 11010001 1011 1010 0 10010 11101000 10101 1001101

Color Harmonies of #B9BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCD1

Black with #B9BCD1

Text Example


Text Example

White with #B9BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCD1; }

 p { color: rgb(185,188,209); }

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

background-color css

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

 a { background-color: rgb(185,188,209); }

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

border-color css

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

 span { border-color: rgb(185,188,209); }

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