Html Css Color HEX #B0AFD3 Lavender Grey

📋 copy color: '#B0AFD3'

red 176 ◦ green 175 ◦ blue 211

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

Shades of Lavender Grey #B0AFD3

Tints of Lavender Grey #B0AFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 31.32%
G = 31.14%
B = 37.54%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B0AFD3 (or 0xB0AFD3) is known color: Lavender Grey. HEX triplet: B0, AF and D3. RGB value is (176,175,211). Sum of RGB (Red+Green+Blue) = 176+175+211=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #B0AFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFD3 is #4F502C. Grayscale: #B3B3B3. Windows color (decimal): -5197869 or 13873072. OLE color: 13873072.

HSL color Cylindrical-coordinate representation of color #B0AFD3: hue angle of 241.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AFD3 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 175 211 -
CMYK 0.17 0.17 0 0.17
HSL 241.67º 0.29% 0.76% -
HSV(B) 241.67º 0.17% 0.83% -
XYZ 44.99 44.59 67.86 -
YUV 179.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 176 175 211 0.17 0.17 0 0.17 241.67 0.29 0.76
Hex B0 AF D3 11 11 0 11 F2 1D 4C
Octal 260 257 323 21 21 0 21 362 35 114
Binary 10110000 10101111 11010011 10001 10001 0 10001 11110010 11101 1001100

Color Harmonies of #B0AFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFD3

Black with #B0AFD3

Text Example


Text Example

White with #B0AFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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