Html Css Color HEX #B4AFDB Lavender Grey

📋 copy color: '#B4AFDB'

red 180 ◦ green 175 ◦ blue 219

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

Shades of Lavender Grey #B4AFDB

Tints of Lavender Grey #B4AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.49%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 31.36%
G = 30.49%
B = 38.15%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4AFDB (or 0xB4AFDB) is known color: Lavender Grey. HEX triplet: B4, AF and DB. RGB value is (180,175,219). Sum of RGB (Red+Green+Blue) = 180+175+219=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFDB is #4B5024. Grayscale: #B5B5B5. Windows color (decimal): -4935717 or 14397364. OLE color: 14397364.

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

Color convert

RGB 180 175 219 -
CMYK 0.18 0.20 0 0.14
HSL 246.82º 0.38% 0.77% -
HSV(B) 246.82º 0.2% 0.86% -
XYZ 46.94 45.48 73.32 -
YUV 181.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 180 175 219 0.18 0.20 0 0.14 246.82 0.38 0.77
Hex B4 AF DB 12 14 0 E F7 26 4D
Octal 264 257 333 22 24 0 16 367 46 115
Binary 10110100 10101111 11011011 10010 10100 0 1110 11110111 100110 1001101

Color Harmonies of #B4AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AFDB

Black with #B4AFDB

Text Example


Text Example

White with #B4AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AFDB; }

 p { color: rgb(180,175,219); }

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

background-color css

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

 a { background-color: rgb(180,175,219); }

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

border-color css

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

 span { border-color: rgb(180,175,219); }

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