Html Css Color HEX #B3B2E1 Lavender Grey

📋 copy color: '#B3B2E1'

red 179 ◦ green 178 ◦ blue 225

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

Shades of Lavender Grey #B3B2E1

Tints of Lavender Grey #B3B2E1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.58%

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 30.76%
G = 30.58%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B3B2E1 (or 0xB3B2E1) is known color: Lavender Grey. HEX triplet: B3, B2 and E1. RGB value is (179,178,225). Sum of RGB (Red+Green+Blue) = 179+178+225=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #B3B2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2E1 is #4C4D1E. Grayscale: #B7B7B7. Windows color (decimal): -5000479 or 14791347. OLE color: 14791347.

HSL color Cylindrical-coordinate representation of color #B3B2E1: hue angle of 241.28º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B2E1 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 178 225 -
CMYK 0.20 0.21 0 0.12
HSL 241.28º 0.44% 0.79% -
HSV(B) 241.28º 0.21% 0.88% -
XYZ 48.1 46.86 77.74 -
YUV 183.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 179 178 225 0.20 0.21 0 0.12 241.28 0.44 0.79
Hex B3 B2 E1 14 15 0 C F1 2C 4F
Octal 263 262 341 24 25 0 14 361 54 117
Binary 10110011 10110010 11100001 10100 10101 0 1100 11110001 101100 1001111

Color Harmonies of #B3B2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B2E1

Black with #B3B2E1

Text Example


Text Example

White with #B3B2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B2E1; }

 p { color: rgb(179,178,225); }

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

background-color css

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

 a { background-color: rgb(179,178,225); }

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

border-color css

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

 span { border-color: rgb(179,178,225); }

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