Html Css Color HEX #B2B0DC Lavender Grey

📋 copy color: '#B2B0DC'

red 178 ◦ green 176 ◦ blue 220

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

Shades of Lavender Grey #B2B0DC

Tints of Lavender Grey #B2B0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 31.01%
G = 30.66%
B = 38.33%

CMYK

 C value IS 0.19

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2B0DC (or 0xB2B0DC) is known color: Lavender Grey. HEX triplet: B2, B0 and DC. RGB value is (178,176,220). Sum of RGB (Red+Green+Blue) = 178+176+220=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0DC is #4D4F23. Grayscale: #B5B5B5. Windows color (decimal): -5066532 or 14463154. OLE color: 14463154.

HSL color Cylindrical-coordinate representation of color #B2B0DC: hue angle of 242.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B0DC is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 176 220 -
CMYK 0.19 0.2 0 0.14
HSL 242.73º 0.39% 0.78% -
HSV(B) 242.73º 0.2% 0.86% -
XYZ 46.8 45.68 74.06 -
YUV 181.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 178 176 220 0.19 0.2 0 0.14 242.73 0.39 0.78
Hex B2 B0 DC 13 14 0 E F3 27 4E
Octal 262 260 334 23 24 0 16 363 47 116
Binary 10110010 10110000 11011100 10011 10100 0 1110 11110011 100111 1001110

Color Harmonies of #B2B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0DC

Black with #B2B0DC

Text Example


Text Example

White with #B2B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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