Html Css Color HEX #B8ADBA Lola

📋 copy color: '#B8ADBA'

red 184 ◦ green 173 ◦ blue 186

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

Shades of Lola #B8ADBA

Tints of Lola #B8ADBA

RGB

 RED value IS 184 (72.27% from 255) = 33.89%

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 33.89%
G = 31.86%
B = 34.25%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B8ADBA (or 0xB8ADBA) is known color: Lola. HEX triplet: B8, AD and BA. RGB value is (184,173,186). Sum of RGB (Red+Green+Blue) = 184+173+186=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADBA is #475245. Grayscale: #B1B1B1. Windows color (decimal): -4674118 or 12234168. OLE color: 12234168.

HSL color Cylindrical-coordinate representation of color #B8ADBA: hue angle of 290.77º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ADBA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 173 186 -
CMYK 0.01 0.07 0 0.27
HSL 290.77º 0.09% 0.7% -
HSV(B) 290.77º 0.07% 0.73% -
XYZ 43.57 43.62 52.58 -
YUV 177.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 184 173 186 0.01 0.07 0 0.27 290.77 0.09 0.7
Hex B8 AD BA 1 7 0 1B 123 9 46
Octal 270 255 272 1 7 0 33 443 11 106
Binary 10111000 10101101 10111010 1 111 0 11011 100100011 1001 1000110

Color Harmonies of #B8ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADBA

Black with #B8ADBA

Text Example


Text Example

White with #B8ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADBA; }

 p { color: rgb(184,173,186); }

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

background-color css

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

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

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

border-color css

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

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

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