Html Css Color HEX #BBAFBE Lola

📋 copy color: '#BBAFBE'

red 187 ◦ green 175 ◦ blue 190

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

Shades of Lola #BBAFBE

Tints of Lola #BBAFBE

RGB

 RED value IS 187 (73.44% from 255) = 33.88%

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 33.88%
G = 31.7%
B = 34.42%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBAFBE (or 0xBBAFBE) is known color: Lola. HEX triplet: BB, AF and BE. RGB value is (187,175,190). Sum of RGB (Red+Green+Blue) = 187+175+190=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFBE is #445041. Grayscale: #B4B4B4. Windows color (decimal): -4476994 or 12496827. OLE color: 12496827.

HSL color Cylindrical-coordinate representation of color #BBAFBE: hue angle of 288º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBAFBE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 175 190 -
CMYK 0.02 0.08 0 0.25
HSL 288º 0.1% 0.72% -
HSV(B) 288º 0.08% 0.75% -
XYZ 45.12 44.94 55.01 -
YUV 180.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 187 175 190 0.02 0.08 0 0.25 288 0.1 0.72
Hex BB AF BE 2 8 0 19 120 A 48
Octal 273 257 276 2 10 0 31 440 12 110
Binary 10111011 10101111 10111110 10 1000 0 11001 100100000 1010 1001000

Color Harmonies of #BBAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFBE

Black with #BBAFBE

Text Example


Text Example

White with #BBAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFBE; }

 p { color: rgb(187,175,190); }

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

background-color css

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

 a { background-color: rgb(187,175,190); }

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

border-color css

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

 span { border-color: rgb(187,175,190); }

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