Html Css Color HEX #B4B5DC Lavender Grey

📋 copy color: '#B4B5DC'

red 180 ◦ green 181 ◦ blue 220

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

Shades of Lavender Grey #B4B5DC

Tints of Lavender Grey #B4B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.15%

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

R = 30.98%
G = 31.15%
B = 37.87%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4B5DC (or 0xB4B5DC) is known color: Lavender Grey. HEX triplet: B4, B5 and DC. RGB value is (180,181,220). Sum of RGB (Red+Green+Blue) = 180+181+220=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B5DC is #4B4A23. Grayscale: #B8B8B8. Windows color (decimal): -4934180 or 14464436. OLE color: 14464436.

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

Color convert

RGB 180 181 220 -
CMYK 0.18 0.18 0 0.14
HSL 238.5º 0.36% 0.78% -
HSV(B) 238.5º 0.18% 0.86% -
XYZ 48.26 47.92 74.42 -
YUV 185.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 180 181 220 0.18 0.18 0 0.14 238.5 0.36 0.78
Hex B4 B5 DC 12 12 0 E EE 24 4E
Octal 264 265 334 22 22 0 16 356 44 116
Binary 10110100 10110101 11011100 10010 10010 0 1110 11101110 100100 1001110

Color Harmonies of #B4B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B5DC

Black with #B4B5DC

Text Example


Text Example

White with #B4B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B5DC; }

 p { color: rgb(180,181,220); }

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

background-color css

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

 a { background-color: rgb(180,181,220); }

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

border-color css

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

 span { border-color: rgb(180,181,220); }

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