Html Css Color HEX #B4B0EC Lavender Grey

📋 copy color: '#B4B0EC'

red 180 ◦ green 176 ◦ blue 236

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

Shades of Lavender Grey #B4B0EC

Tints of Lavender Grey #B4B0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 30.41%
G = 29.73%
B = 39.86%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4B0EC (or 0xB4B0EC) is known color: Lavender Grey. HEX triplet: B4, B0 and EC. RGB value is (180,176,236). Sum of RGB (Red+Green+Blue) = 180+176+236=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4B0EC is #4B4F13. Grayscale: #B7B7B7. Windows color (decimal): -4935444 or 15511732. OLE color: 15511732.

HSL color Cylindrical-coordinate representation of color #B4B0EC: hue angle of 244º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4B0EC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 176 236 -
CMYK 0.24 0.25 0 0.07
HSL 244º 0.61% 0.81% -
HSV(B) 244º 0.25% 0.93% -
XYZ 49.49 46.81 85.78 -
YUV 184.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 180 176 236 0.24 0.25 0 0.07 244 0.61 0.81
Hex B4 B0 EC 18 19 0 7 F4 3D 51
Octal 264 260 354 30 31 0 7 364 75 121
Binary 10110100 10110000 11101100 11000 11001 0 111 11110100 111101 1010001

Color Harmonies of #B4B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B0EC

Black with #B4B0EC

Text Example


Text Example

White with #B4B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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