Html Css Color HEX #B3ADB3 Lola

📋 copy color: '#B3ADB3'

red 179 ◦ green 173 ◦ blue 179

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

Shades of Lola #B3ADB3

Tints of Lola #B3ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.71%

R = 33.71%
G = 32.58%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B3ADB3 (or 0xB3ADB3) is known color: Lola. HEX triplet: B3, AD and B3. RGB value is (179,173,179). Sum of RGB (Red+Green+Blue) = 179+173+179=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B3ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADB3 is #4C524C. Grayscale: #AFAFAF. Windows color (decimal): -5001805 or 11775411. OLE color: 11775411.

HSL color Cylindrical-coordinate representation of color #B3ADB3: hue angle of 300º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B3ADB3 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 179 -
CMYK 0 0.03 0 0.30
HSL 300º 0.04% 0.69% -
HSV(B) 300º 0.03% 0.7% -
XYZ 41.67 42.73 48.7 -
YUV 175.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 179 173 179 0 0.03 0 0.30 300 0.04 0.69
Hex B3 AD B3 0 3 0 1E 12C 4 45
Octal 263 255 263 0 3 0 36 454 4 105
Binary 10110011 10101101 10110011 0 11 0 11110 100101100 100 1000101

Color Harmonies of #B3ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ADB3

Black with #B3ADB3

Text Example


Text Example

White with #B3ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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