#B1ABBE

Color #B1ABBE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B1ABBE

Tints of Biloba Flower #B1ABBE

Color information

#B1ABBE (or 0xB1ABBE) is unknown color: approx Biloba Flower. HEX triplet: B1, AB and BE. RGB value is (177,171,190). Sum of RGB (Red+Green+Blue) = 177+171+190=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABBE is #4E5441. Grayscale: #AEAEAE. Windows color (decimal): -5133378 or 12495793. OLE color: 12495793.

HSL color Cylindrical-coordinate representation of color #B1ABBE: hue angle of 258.95º degrees, saturation: 0.13, 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 #B1ABBE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177171190-
CMYK0.070.1000.25
HSL258.95º12.75%70.78%-
HSV(B)258.95º10%74.51%-
XYZ41.9942.1954.65-
YUV174.96136.49129.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=32.90%
G=31.78%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771711900.070.1000.25258.9512.7570.78
HexB1ABBE7A019103d47
Octal26125327671203140315107
Binary101100011010101110111110111101001100110000001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABBE; }

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

 H1.HeaderClassName
 {
   color: #B1ABBE;
 }
 .AnyTagClassName
 {
   color: #B1ABBE;
 }
</style>
background-color css

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

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

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

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

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

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