Html Css Color HEX #B1A7BE Biloba Flower

📋 copy color: '#B1A7BE'

red 177 ◦ green 167 ◦ blue 190

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

Shades of Biloba Flower #B1A7BE

Tints of Biloba Flower #B1A7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.27%

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

R = 33.15%
G = 31.27%
B = 35.58%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1A7BE (or 0xB1A7BE) is known color: Biloba Flower. HEX triplet: B1, A7 and BE. RGB value is (177,167,190). Sum of RGB (Red+Green+Blue) = 177+167+190=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A7BE is #4E5841. Grayscale: #ACACAC. Windows color (decimal): -5134402 or 12494769. OLE color: 12494769.

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

Color convert

RGB 177 167 190 -
CMYK 0.07 0.12 0 0.25
HSL 266.09º 0.15% 0.7% -
HSV(B) 266.09º 0.12% 0.75% -
XYZ 41.24 40.7 54.4 -
YUV 172.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 177 167 190 0.07 0.12 0 0.25 266.09 0.15 0.7
Hex B1 A7 BE 7 C 0 19 10A F 46
Octal 261 247 276 7 14 0 31 412 17 106
Binary 10110001 10100111 10111110 111 1100 0 11001 100001010 1111 1000110

Color Harmonies of #B1A7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A7BE

Black with #B1A7BE

Text Example


Text Example

White with #B1A7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A7BE; }

 p { color: rgb(177,167,190); }

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

background-color css

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

 a { background-color: rgb(177,167,190); }

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

border-color css

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

 span { border-color: rgb(177,167,190); }

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