Html Css Color HEX #B0AAC1 Biloba Flower

📋 copy color: '#B0AAC1'

red 176 ◦ green 170 ◦ blue 193

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

Shades of Biloba Flower #B0AAC1

Tints of Biloba Flower #B0AAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.54%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 32.65%
G = 31.54%
B = 35.81%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B0AAC1 (or 0xB0AAC1) is known color: Biloba Flower. HEX triplet: B0, AA and C1. RGB value is (176,170,193). Sum of RGB (Red+Green+Blue) = 176+170+193=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAC1 is #4F553E. Grayscale: #AEAEAE. Windows color (decimal): -5199167 or 12692144. OLE color: 12692144.

HSL color Cylindrical-coordinate representation of color #B0AAC1: hue angle of 255.65º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0AAC1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 170 193 -
CMYK 0.09 0.12 0 0.24
HSL 255.65º 0.16% 0.71% -
HSV(B) 255.65º 0.12% 0.76% -
XYZ 41.9 41.83 56.32 -
YUV 174.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 176 170 193 0.09 0.12 0 0.24 255.65 0.16 0.71
Hex B0 AA C1 9 C 0 18 100 10 47
Octal 260 252 301 11 14 0 30 400 20 107
Binary 10110000 10101010 11000001 1001 1100 0 11000 100000000 10000 1000111

Color Harmonies of #B0AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAC1

Black with #B0AAC1

Text Example


Text Example

White with #B0AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAC1; }

 p { color: rgb(176,170,193); }

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

background-color css

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

 a { background-color: rgb(176,170,193); }

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

border-color css

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

 span { border-color: rgb(176,170,193); }

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