Html Css Color HEX #B3B6DA Lavender Grey

📋 copy color: '#B3B6DA'

red 179 ◦ green 182 ◦ blue 218

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

Shades of Lavender Grey #B3B6DA

Tints of Lavender Grey #B3B6DA

RGB

 RED value IS 179 (70.31% from 255) = 30.92%

 GREEN value IS 182 (71.48% from 255) = 31.43%

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

R = 30.92%
G = 31.43%
B = 37.65%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B3B6DA (or 0xB3B6DA) is known color: Lavender Grey. HEX triplet: B3, B6 and DA. RGB value is (179,182,218). Sum of RGB (Red+Green+Blue) = 179+182+218=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3B6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B6DA is #4C4925. Grayscale: #B9B9B9. Windows color (decimal): -4999462 or 14333619. OLE color: 14333619.

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

Color convert

RGB 179 182 218 -
CMYK 0.18 0.17 0 0.15
HSL 235.38º 0.35% 0.78% -
HSV(B) 235.38º 0.18% 0.85% -
XYZ 47.97 48.1 73.09 -
YUV 185.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 179 182 218 0.18 0.17 0 0.15 235.38 0.35 0.78
Hex B3 B6 DA 12 11 0 F EB 23 4E
Octal 263 266 332 22 21 0 17 353 43 116
Binary 10110011 10110110 11011010 10010 10001 0 1111 11101011 100011 1001110

Color Harmonies of #B3B6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B6DA

Black with #B3B6DA

Text Example


Text Example

White with #B3B6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B6DA; }

 p { color: rgb(179,182,218); }

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

background-color css

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

 a { background-color: rgb(179,182,218); }

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

border-color css

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

 span { border-color: rgb(179,182,218); }

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