Html Css Color HEX #B0A4BF Biloba Flower

📋 copy color: '#B0A4BF'

red 176 ◦ green 164 ◦ blue 191

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

Shades of Biloba Flower #B0A4BF

Tints of Biloba Flower #B0A4BF

RGB

 RED value IS 176 (69.14% from 255) = 33.15%

 GREEN value IS 164 (64.45% from 255) = 30.89%

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

R = 33.15%
G = 30.89%
B = 35.97%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0A4BF (or 0xB0A4BF) is known color: Biloba Flower. HEX triplet: B0, A4 and BF. RGB value is (176,164,191). Sum of RGB (Red+Green+Blue) = 176+164+191=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A4BF is #4F5B40. Grayscale: #AAAAAA. Windows color (decimal): -5200705 or 12559536. OLE color: 12559536.

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

Color convert

RGB 176 164 191 -
CMYK 0.08 0.14 0 0.25
HSL 266.67º 0.17% 0.7% -
HSV(B) 266.67º 0.14% 0.75% -
XYZ 40.58 39.54 54.78 -
YUV 170.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 176 164 191 0.08 0.14 0 0.25 266.67 0.17 0.7
Hex B0 A4 BF 8 E 0 19 10B 11 46
Octal 260 244 277 10 16 0 31 413 21 106
Binary 10110000 10100100 10111111 1000 1110 0 11001 100001011 10001 1000110

Color Harmonies of #B0A4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A4BF

Black with #B0A4BF

Text Example


Text Example

White with #B0A4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A4BF; }

 p { color: rgb(176,164,191); }

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

background-color css

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

 a { background-color: rgb(176,164,191); }

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

border-color css

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

 span { border-color: rgb(176,164,191); }

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