Html Css Color HEX #B7ADB6 Lola

📋 copy color: '#B7ADB6'

red 183 ◦ green 173 ◦ blue 182

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

Shades of Lola #B7ADB6

Tints of Lola #B7ADB6

RGB

 RED value IS 183 (71.88% from 255) = 34.01%

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

 BLUE value IS 182 (71.48% from 255) = 33.83%

R = 34.01%
G = 32.16%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B7ADB6 (or 0xB7ADB6) is known color: Lola. HEX triplet: B7, AD and B6. RGB value is (183,173,182). Sum of RGB (Red+Green+Blue) = 183+173+182=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADB6 is #485249. Grayscale: #B0B0B0. Windows color (decimal): -4739658 or 11972023. OLE color: 11972023.

HSL color Cylindrical-coordinate representation of color #B7ADB6: hue angle of 306º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7ADB6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 182 -
CMYK 0 0.05 0.01 0.28
HSL 306º 0.06% 0.7% -
HSV(B) 306º 0.05% 0.72% -
XYZ 42.92 43.33 50.36 -
YUV 177.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 183 173 182 0 0.05 0.01 0.28 306 0.06 0.7
Hex B7 AD B6 0 5 1 1C 132 6 46
Octal 267 255 266 0 5 1 34 462 6 106
Binary 10110111 10101101 10110110 0 101 1 11100 100110010 110 1000110

Color Harmonies of #B7ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ADB6

Black with #B7ADB6

Text Example


Text Example

White with #B7ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ADB6; }

 p { color: rgb(183,173,182); }

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

background-color css

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

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

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

border-color css

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

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

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