Html Css Color HEX #B8AFBA Lola

📋 copy color: '#B8AFBA'

red 184 ◦ green 175 ◦ blue 186

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

Shades of Lola #B8AFBA

Tints of Lola #B8AFBA

RGB

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

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

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

R = 33.76%
G = 32.11%
B = 34.13%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B8AFBA (or 0xB8AFBA) is known color: Lola. HEX triplet: B8, AF and BA. RGB value is (184,175,186). Sum of RGB (Red+Green+Blue) = 184+175+186=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFBA is #475045. Grayscale: #B2B2B2. Windows color (decimal): -4673606 or 12234680. OLE color: 12234680.

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

Color convert

RGB 184 175 186 -
CMYK 0.01 0.06 0 0.27
HSL 289.09º 0.07% 0.71% -
HSV(B) 289.09º 0.06% 0.73% -
XYZ 43.96 44.4 52.71 -
YUV 178.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 184 175 186 0.01 0.06 0 0.27 289.09 0.07 0.71
Hex B8 AF BA 1 6 0 1B 121 7 47
Octal 270 257 272 1 6 0 33 441 7 107
Binary 10111000 10101111 10111010 1 110 0 11011 100100001 111 1000111

Color Harmonies of #B8AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFBA

Black with #B8AFBA

Text Example


Text Example

White with #B8AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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