Html Css Color HEX #B3B0DC Lavender Grey

📋 copy color: '#B3B0DC'

red 179 ◦ green 176 ◦ blue 220

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

Shades of Lavender Grey #B3B0DC

Tints of Lavender Grey #B3B0DC

RGB

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

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

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

R = 31.13%
G = 30.61%
B = 38.26%

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

#B3B0DC (or 0xB3B0DC) is known color: Lavender Grey. HEX triplet: B3, B0 and DC. RGB value is (179,176,220). Sum of RGB (Red+Green+Blue) = 179+176+220=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0DC is #4C4F23. Grayscale: #B5B5B5. Windows color (decimal): -5000996 or 14463155. OLE color: 14463155.

HSL color Cylindrical-coordinate representation of color #B3B0DC: hue angle of 244.09º 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 #B3B0DC is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 176 220 -
CMYK 0.19 0.2 0 0.14
HSL 244.09º 0.39% 0.78% -
HSV(B) 244.09º 0.2% 0.86% -
XYZ 47.03 45.8 74.07 -
YUV 181.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 179 176 220 0.19 0.2 0 0.14 244.09 0.39 0.78
Hex B3 B0 DC 13 14 0 E F4 27 4E
Octal 263 260 334 23 24 0 16 364 47 116
Binary 10110011 10110000 11011100 10011 10100 0 1110 11110100 100111 1001110

Color Harmonies of #B3B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B0DC

Black with #B3B0DC

Text Example


Text Example

White with #B3B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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