Html Css Color HEX #B0ADDD Lavender Grey

📋 copy color: '#B0ADDD'

red 176 ◦ green 173 ◦ blue 221

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

Shades of Lavender Grey #B0ADDD

Tints of Lavender Grey #B0ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 30.88%
G = 30.35%
B = 38.77%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0ADDD (or 0xB0ADDD) is known color: Lavender Grey. HEX triplet: B0, AD and DD. RGB value is (176,173,221). Sum of RGB (Red+Green+Blue) = 176+173+221=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADDD is #4F5222. Grayscale: #B3B3B3. Windows color (decimal): -5198371 or 14527920. OLE color: 14527920.

HSL color Cylindrical-coordinate representation of color #B0ADDD: hue angle of 243.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0ADDD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 173 221 -
CMYK 0.20 0.22 0 0.13
HSL 243.75º 0.41% 0.77% -
HSV(B) 243.75º 0.22% 0.87% -
XYZ 45.9 44.34 74.55 -
YUV 179.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 176 173 221 0.20 0.22 0 0.13 243.75 0.41 0.77
Hex B0 AD DD 14 16 0 D F4 29 4D
Octal 260 255 335 24 26 0 15 364 51 115
Binary 10110000 10101101 11011101 10100 10110 0 1101 11110100 101001 1001101

Color Harmonies of #B0ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADDD

Black with #B0ADDD

Text Example


Text Example

White with #B0ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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