Html Css Color HEX #B1A6BF Biloba Flower

📋 copy color: '#B1A6BF'

red 177 ◦ green 166 ◦ blue 191

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

Shades of Biloba Flower #B1A6BF

Tints of Biloba Flower #B1A6BF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.09%

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

R = 33.15%
G = 31.09%
B = 35.77%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1A6BF (or 0xB1A6BF) is known color: Biloba Flower. HEX triplet: B1, A6 and BF. RGB value is (177,166,191). Sum of RGB (Red+Green+Blue) = 177+166+191=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1A6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A6BF is #4E5940. Grayscale: #ACACAC. Windows color (decimal): -5134657 or 12560049. OLE color: 12560049.

HSL color Cylindrical-coordinate representation of color #B1A6BF: hue angle of 266.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1A6BF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 166 191 -
CMYK 0.07 0.13 0 0.25
HSL 266.4º 0.16% 0.7% -
HSV(B) 266.4º 0.13% 0.75% -
XYZ 41.17 40.38 54.91 -
YUV 172.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 177 166 191 0.07 0.13 0 0.25 266.4 0.16 0.7
Hex B1 A6 BF 7 D 0 19 10A 10 46
Octal 261 246 277 7 15 0 31 412 20 106
Binary 10110001 10100110 10111111 111 1101 0 11001 100001010 10000 1000110

Color Harmonies of #B1A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A6BF

Black with #B1A6BF

Text Example


Text Example

White with #B1A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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