Html Css Color HEX #B3AAC4 Biloba Flower

📋 copy color: '#B3AAC4'

red 179 ◦ green 170 ◦ blue 196

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

Shades of Biloba Flower #B3AAC4

Tints of Biloba Flower #B3AAC4

RGB

 RED value IS 179 (70.31% from 255) = 32.84%

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

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 32.84%
G = 31.19%
B = 35.96%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B3AAC4 (or 0xB3AAC4) is known color: Biloba Flower. HEX triplet: B3, AA and C4. RGB value is (179,170,196). Sum of RGB (Red+Green+Blue) = 179+170+196=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAC4 is #4C553B. Grayscale: #AFAFAF. Windows color (decimal): -5002556 or 12888755. OLE color: 12888755.

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

Color convert

RGB 179 170 196 -
CMYK 0.09 0.13 0 0.23
HSL 260.77º 0.18% 0.72% -
HSV(B) 260.77º 0.13% 0.77% -
XYZ 42.93 42.32 58.13 -
YUV 175.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 179 170 196 0.09 0.13 0 0.23 260.77 0.18 0.72
Hex B3 AA C4 9 D 0 17 105 12 48
Octal 263 252 304 11 15 0 27 405 22 110
Binary 10110011 10101010 11000100 1001 1101 0 10111 100000101 10010 1001000

Color Harmonies of #B3AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AAC4

Black with #B3AAC4

Text Example


Text Example

White with #B3AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AAC4; }

 p { color: rgb(179,170,196); }

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

background-color css

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

 a { background-color: rgb(179,170,196); }

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

border-color css

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

 span { border-color: rgb(179,170,196); }

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