Html Css Color HEX #B3ADF0 Lavender Grey

📋 copy color: '#B3ADF0'

red 179 ◦ green 173 ◦ blue 240

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

Shades of Lavender Grey #B3ADF0

Tints of Lavender Grey #B3ADF0

RGB

 RED value IS 179 (70.31% from 255) = 30.24%

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

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 30.24%
G = 29.22%
B = 40.54%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B3ADF0 (or 0xB3ADF0) is known color: Lavender Grey. HEX triplet: B3, AD and F0. RGB value is (179,173,240). Sum of RGB (Red+Green+Blue) = 179+173+240=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADF0 is #4C520F. Grayscale: #B6B6B6. Windows color (decimal): -5001744 or 15773107. OLE color: 15773107.

HSL color Cylindrical-coordinate representation of color #B3ADF0: hue angle of 245.37º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3ADF0 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 173 240 -
CMYK 0.25 0.28 0 0.06
HSL 245.37º 0.69% 0.81% -
HSV(B) 245.37º 0.28% 0.94% -
XYZ 49.26 45.76 88.67 -
YUV 182.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 179 173 240 0.25 0.28 0 0.06 245.37 0.69 0.81
Hex B3 AD F0 19 1C 0 6 F5 45 51
Octal 263 255 360 31 34 0 6 365 105 121
Binary 10110011 10101101 11110000 11001 11100 0 110 11110101 1000101 1010001

Color Harmonies of #B3ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ADF0

Black with #B3ADF0

Text Example


Text Example

White with #B3ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ADF0; }

 p { color: rgb(179,173,240); }

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

background-color css

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

 a { background-color: rgb(179,173,240); }

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

border-color css

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

 span { border-color: rgb(179,173,240); }

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