Html Css Color HEX #B2AAC5 Biloba Flower

📋 copy color: '#B2AAC5'

red 178 ◦ green 170 ◦ blue 197

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

Shades of Biloba Flower #B2AAC5

Tints of Biloba Flower #B2AAC5

RGB

 RED value IS 178 (69.92% from 255) = 32.66%

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

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 32.66%
G = 31.19%
B = 36.15%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B2AAC5 (or 0xB2AAC5) is known color: Biloba Flower. HEX triplet: B2, AA and C5. RGB value is (178,170,197). Sum of RGB (Red+Green+Blue) = 178+170+197=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #B2AAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAC5 is #4D553A. Grayscale: #AFAFAF. Windows color (decimal): -5068091 or 12954290. OLE color: 12954290.

HSL color Cylindrical-coordinate representation of color #B2AAC5: hue angle of 257.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2AAC5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 170 197 -
CMYK 0.10 0.14 0 0.23
HSL 257.78º 0.19% 0.72% -
HSV(B) 257.78º 0.14% 0.77% -
XYZ 42.81 42.25 58.72 -
YUV 175.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 178 170 197 0.10 0.14 0 0.23 257.78 0.19 0.72
Hex B2 AA C5 A E 0 17 102 13 48
Octal 262 252 305 12 16 0 27 402 23 110
Binary 10110010 10101010 11000101 1010 1110 0 10111 100000010 10011 1001000

Color Harmonies of #B2AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAC5

Black with #B2AAC5

Text Example


Text Example

White with #B2AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAC5; }

 p { color: rgb(178,170,197); }

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

background-color css

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

 a { background-color: rgb(178,170,197); }

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

border-color css

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

 span { border-color: rgb(178,170,197); }

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