Html Css Color HEX #B4B0DD Lavender Grey

📋 copy color: '#B4B0DD'

red 180 ◦ green 176 ◦ blue 221

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

Shades of Lavender Grey #B4B0DD

Tints of Lavender Grey #B4B0DD

RGB

 RED value IS 180 (70.7% from 255) = 31.2%

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 31.2%
G = 30.5%
B = 38.3%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4B0DD (or 0xB4B0DD) is known color: Lavender Grey. HEX triplet: B4, B0 and DD. RGB value is (180,176,221). Sum of RGB (Red+Green+Blue) = 180+176+221=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0DD is #4B4F22. Grayscale: #B6B6B6. Windows color (decimal): -4935459 or 14528692. OLE color: 14528692.

HSL color Cylindrical-coordinate representation of color #B4B0DD: hue angle of 245.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4B0DD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 176 221 -
CMYK 0.19 0.20 0 0.13
HSL 245.33º 0.4% 0.78% -
HSV(B) 245.33º 0.2% 0.87% -
XYZ 47.4 45.97 74.78 -
YUV 182.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 180 176 221 0.19 0.20 0 0.13 245.33 0.4 0.78
Hex B4 B0 DD 13 14 0 D F5 28 4E
Octal 264 260 335 23 24 0 15 365 50 116
Binary 10110100 10110000 11011101 10011 10100 0 1101 11110101 101000 1001110

Color Harmonies of #B4B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B0DD

Black with #B4B0DD

Text Example


Text Example

White with #B4B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B0DD; }

 p { color: rgb(180,176,221); }

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

background-color css

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

 a { background-color: rgb(180,176,221); }

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

border-color css

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

 span { border-color: rgb(180,176,221); }

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