Html Css Color HEX #B2B0E1 Lavender Grey

📋 copy color: '#B2B0E1'

red 178 ◦ green 176 ◦ blue 225

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

Shades of Lavender Grey #B2B0E1

Tints of Lavender Grey #B2B0E1

RGB

 RED value IS 178 (69.92% from 255) = 30.74%

 GREEN value IS 176 (69.14% from 255) = 30.4%

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

R = 30.74%
G = 30.4%
B = 38.86%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B2B0E1 (or 0xB2B0E1) is known color: Lavender Grey. HEX triplet: B2, B0 and E1. RGB value is (178,176,225). Sum of RGB (Red+Green+Blue) = 178+176+225=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2B0E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0E1 is #4D4F1E. Grayscale: #B5B5B5. Windows color (decimal): -5066527 or 14790834. OLE color: 14790834.

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

Color convert

RGB 178 176 225 -
CMYK 0.21 0.22 0 0.12
HSL 242.45º 0.45% 0.79% -
HSV(B) 242.45º 0.22% 0.88% -
XYZ 47.48 45.95 77.6 -
YUV 182.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 178 176 225 0.21 0.22 0 0.12 242.45 0.45 0.79
Hex B2 B0 E1 15 16 0 C F2 2D 4F
Octal 262 260 341 25 26 0 14 362 55 117
Binary 10110010 10110000 11100001 10101 10110 0 1100 11110010 101101 1001111

Color Harmonies of #B2B0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0E1

Black with #B2B0E1

Text Example


Text Example

White with #B2B0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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