Html Css Color HEX #B1AAC2 Biloba Flower

📋 copy color: '#B1AAC2'

red 177 ◦ green 170 ◦ blue 194

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

Shades of Biloba Flower #B1AAC2

Tints of Biloba Flower #B1AAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 32.72%
G = 31.42%
B = 35.86%

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

#B1AAC2 (or 0xB1AAC2) is known color: Biloba Flower. HEX triplet: B1, AA and C2. RGB value is (177,170,194). Sum of RGB (Red+Green+Blue) = 177+170+194=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1AAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAC2 is #4E553D. Grayscale: #AEAEAE. Windows color (decimal): -5133630 or 12757681. OLE color: 12757681.

HSL color Cylindrical-coordinate representation of color #B1AAC2: hue angle of 257.5º 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 #B1AAC2 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 170 194 -
CMYK 0.09 0.12 0 0.24
HSL 257.5º 0.16% 0.71% -
HSV(B) 257.5º 0.12% 0.76% -
XYZ 42.24 41.99 56.92 -
YUV 174.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 177 170 194 0.09 0.12 0 0.24 257.5 0.16 0.71
Hex B1 AA C2 9 C 0 18 102 10 47
Octal 261 252 302 11 14 0 30 402 20 107
Binary 10110001 10101010 11000010 1001 1100 0 11000 100000010 10000 1000111

Color Harmonies of #B1AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAC2

Black with #B1AAC2

Text Example


Text Example

White with #B1AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAC2; }

 p { color: rgb(177,170,194); }

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

background-color css

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

 a { background-color: rgb(177,170,194); }

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

border-color css

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

 span { border-color: rgb(177,170,194); }

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