Html Css Color HEX #B1AAC3 Biloba Flower

📋 copy color: '#B1AAC3'

red 177 ◦ green 170 ◦ blue 195

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

Shades of Biloba Flower #B1AAC3

Tints of Biloba Flower #B1AAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.98%

R = 32.66%
G = 31.37%
B = 35.98%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B1AAC3 (or 0xB1AAC3) is known color: Biloba Flower. HEX triplet: B1, AA and C3. RGB value is (177,170,195). Sum of RGB (Red+Green+Blue) = 177+170+195=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAC3 is #4E553C. Grayscale: #AEAEAE. Windows color (decimal): -5133629 or 12823217. OLE color: 12823217.

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

Color convert

RGB 177 170 195 -
CMYK 0.09 0.13 0 0.24
HSL 256.8º 0.17% 0.72% -
HSV(B) 256.8º 0.13% 0.76% -
XYZ 42.36 42.04 57.51 -
YUV 174.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 177 170 195 0.09 0.13 0 0.24 256.8 0.17 0.72
Hex B1 AA C3 9 D 0 18 101 11 48
Octal 261 252 303 11 15 0 30 401 21 110
Binary 10110001 10101010 11000011 1001 1101 0 11000 100000001 10001 1001000

Color Harmonies of #B1AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAC3

Black with #B1AAC3

Text Example


Text Example

White with #B1AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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