Html Css Color HEX #B1ABBF Biloba Flower

📋 copy color: '#B1ABBF'

red 177 ◦ green 171 ◦ blue 191

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

Shades of Biloba Flower #B1ABBF

Tints of Biloba Flower #B1ABBF

RGB

 RED value IS 177 (69.53% from 255) = 32.84%

 GREEN value IS 171 (67.19% from 255) = 31.73%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 32.84%
G = 31.73%
B = 35.44%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1ABBF (or 0xB1ABBF) is known color: Biloba Flower. HEX triplet: B1, AB and BF. RGB value is (177,171,191). Sum of RGB (Red+Green+Blue) = 177+171+191=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABBF is #4E5440. Grayscale: #AFAFAF. Windows color (decimal): -5133377 or 12561329. OLE color: 12561329.

HSL color Cylindrical-coordinate representation of color #B1ABBF: hue angle of 258º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1ABBF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 171 191 -
CMYK 0.07 0.10 0 0.25
HSL 258º 0.14% 0.71% -
HSV(B) 258º 0.1% 0.75% -
XYZ 42.1 42.23 55.22 -
YUV 175.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 177 171 191 0.07 0.10 0 0.25 258 0.14 0.71
Hex B1 AB BF 7 A 0 19 102 E 47
Octal 261 253 277 7 12 0 31 402 16 107
Binary 10110001 10101011 10111111 111 1010 0 11001 100000010 1110 1000111

Color Harmonies of #B1ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABBF

Black with #B1ABBF

Text Example


Text Example

White with #B1ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABBF; }

 p { color: rgb(177,171,191); }

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

background-color css

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

 a { background-color: rgb(177,171,191); }

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

border-color css

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

 span { border-color: rgb(177,171,191); }

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