Html Css Color HEX #B3AAC3 Biloba Flower

📋 copy color: '#B3AAC3'

red 179 ◦ green 170 ◦ blue 195

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

Shades of Biloba Flower #B3AAC3

Tints of Biloba Flower #B3AAC3

RGB

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

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

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

R = 32.9%
G = 31.25%
B = 35.85%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B3AAC3 (or 0xB3AAC3) is known color: Biloba Flower. HEX triplet: B3, AA and C3. RGB value is (179,170,195). Sum of RGB (Red+Green+Blue) = 179+170+195=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAC3 is #4C553C. Grayscale: #AFAFAF. Windows color (decimal): -5002557 or 12823219. OLE color: 12823219.

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

Color convert

RGB 179 170 195 -
CMYK 0.08 0.13 0 0.24
HSL 261.6º 0.17% 0.72% -
HSV(B) 261.6º 0.13% 0.76% -
XYZ 42.82 42.27 57.53 -
YUV 175.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 179 170 195 0.08 0.13 0 0.24 261.6 0.17 0.72
Hex B3 AA C3 8 D 0 18 106 11 48
Octal 263 252 303 10 15 0 30 406 21 110
Binary 10110011 10101010 11000011 1000 1101 0 11000 100000110 10001 1001000

Color Harmonies of #B3AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AAC3

Black with #B3AAC3

Text Example


Text Example

White with #B3AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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