Html Css Color HEX #B5B9DA Lavender Grey

📋 copy color: '#B5B9DA'

red 181 ◦ green 185 ◦ blue 218

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

Shades of Lavender Grey #B5B9DA

Tints of Lavender Grey #B5B9DA

RGB

 RED value IS 181 (71.09% from 255) = 30.99%

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 30.99%
G = 31.68%
B = 37.33%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B5B9DA (or 0xB5B9DA) is known color: Lavender Grey. HEX triplet: B5, B9 and DA. RGB value is (181,185,218). Sum of RGB (Red+Green+Blue) = 181+185+218=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9DA is #4A4625. Grayscale: #BBBBBB. Windows color (decimal): -4867622 or 14334389. OLE color: 14334389.

HSL color Cylindrical-coordinate representation of color #B5B9DA: hue angle of 233.51º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B9DA is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 185 218 -
CMYK 0.17 0.15 0 0.15
HSL 233.51º 0.33% 0.78% -
HSV(B) 233.51º 0.17% 0.85% -
XYZ 49.06 49.58 73.31 -
YUV 187.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 181 185 218 0.17 0.15 0 0.15 233.51 0.33 0.78
Hex B5 B9 DA 11 F 0 F EA 21 4E
Octal 265 271 332 21 17 0 17 352 41 116
Binary 10110101 10111001 11011010 10001 1111 0 1111 11101010 100001 1001110

Color Harmonies of #B5B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B9DA

Black with #B5B9DA

Text Example


Text Example

White with #B5B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B9DA; }

 p { color: rgb(181,185,218); }

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

background-color css

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

 a { background-color: rgb(181,185,218); }

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

border-color css

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

 span { border-color: rgb(181,185,218); }

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