Html Css Color HEX #B0AABD Biloba Flower

📋 copy color: '#B0AABD'

red 176 ◦ green 170 ◦ blue 189

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

Shades of Biloba Flower #B0AABD

Tints of Biloba Flower #B0AABD

RGB

 RED value IS 176 (69.14% from 255) = 32.9%

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 32.9%
G = 31.78%
B = 35.33%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B0AABD (or 0xB0AABD) is known color: Biloba Flower. HEX triplet: B0, AA and BD. RGB value is (176,170,189). Sum of RGB (Red+Green+Blue) = 176+170+189=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AABD is #4F5542. Grayscale: #ADADAD. Windows color (decimal): -5199171 or 12430000. OLE color: 12430000.

HSL color Cylindrical-coordinate representation of color #B0AABD: hue angle of 258.95º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0AABD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 170 189 -
CMYK 0.07 0.10 0 0.26
HSL 258.95º 0.13% 0.7% -
HSV(B) 258.95º 0.1% 0.74% -
XYZ 41.46 41.65 54 -
YUV 173.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 176 170 189 0.07 0.10 0 0.26 258.95 0.13 0.7
Hex B0 AA BD 7 A 0 1A 103 D 46
Octal 260 252 275 7 12 0 32 403 15 106
Binary 10110000 10101010 10111101 111 1010 0 11010 100000011 1101 1000110

Color Harmonies of #B0AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AABD

Black with #B0AABD

Text Example


Text Example

White with #B0AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AABD; }

 p { color: rgb(176,170,189); }

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

background-color css

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

 a { background-color: rgb(176,170,189); }

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

border-color css

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

 span { border-color: rgb(176,170,189); }

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