Html Css Color HEX #B0AFDB Lavender Grey

📋 copy color: '#B0AFDB'

red 176 ◦ green 175 ◦ blue 219

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

Shades of Lavender Grey #B0AFDB

Tints of Lavender Grey #B0AFDB

RGB

 RED value IS 176 (69.14% from 255) = 30.88%

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

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

R = 30.88%
G = 30.7%
B = 38.42%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0AFDB (or 0xB0AFDB) is known color: Lavender Grey. HEX triplet: B0, AF and DB. RGB value is (176,175,219). Sum of RGB (Red+Green+Blue) = 176+175+219=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFDB is #4F5024. Grayscale: #B4B4B4. Windows color (decimal): -5197861 or 14397360. OLE color: 14397360.

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

Color convert

RGB 176 175 219 -
CMYK 0.20 0.20 0 0.14
HSL 241.36º 0.38% 0.77% -
HSV(B) 241.36º 0.2% 0.86% -
XYZ 46.02 45 73.28 -
YUV 180.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 176 175 219 0.20 0.20 0 0.14 241.36 0.38 0.77
Hex B0 AF DB 14 14 0 E F1 26 4D
Octal 260 257 333 24 24 0 16 361 46 115
Binary 10110000 10101111 11011011 10100 10100 0 1110 11110001 100110 1001101

Color Harmonies of #B0AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFDB

Black with #B0AFDB

Text Example


Text Example

White with #B0AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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