Html Css Color HEX #B0A8BE Biloba Flower

📋 copy color: '#B0A8BE'

red 176 ◦ green 168 ◦ blue 190

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

Shades of Biloba Flower #B0A8BE

Tints of Biloba Flower #B0A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.46%

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 32.96%
G = 31.46%
B = 35.58%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0A8BE (or 0xB0A8BE) is known color: Biloba Flower. HEX triplet: B0, A8 and BE. RGB value is (176,168,190). Sum of RGB (Red+Green+Blue) = 176+168+190=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8BE is #4F5741. Grayscale: #ACACAC. Windows color (decimal): -5199682 or 12495024. OLE color: 12495024.

HSL color Cylindrical-coordinate representation of color #B0A8BE: hue angle of 261.82º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A8BE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 168 190 -
CMYK 0.07 0.12 0 0.25
HSL 261.82º 0.14% 0.7% -
HSV(B) 261.82º 0.12% 0.75% -
XYZ 41.2 40.95 54.45 -
YUV 172.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 176 168 190 0.07 0.12 0 0.25 261.82 0.14 0.7
Hex B0 A8 BE 7 C 0 19 106 E 46
Octal 260 250 276 7 14 0 31 406 16 106
Binary 10110000 10101000 10111110 111 1100 0 11001 100000110 1110 1000110

Color Harmonies of #B0A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8BE

Black with #B0A8BE

Text Example


Text Example

White with #B0A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8BE; }

 p { color: rgb(176,168,190); }

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

background-color css

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

 a { background-color: rgb(176,168,190); }

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

border-color css

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

 span { border-color: rgb(176,168,190); }

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